Install from PyPi.
Current stable release 0.1.1
needs PyTorch 1.7.1
and torchvision 0.8.2
.
pip install quickvision
Quickvision makes Computer Vision tasks much faster and easier with PyTorch.
It provides: -
fit()
, train_step()
, val_step()
of models.nn.Module
, all the training APIs are optional and not binded to models.Train your models faster. Quickvision has already implemented the long learning in PyTorch.
Tensor
so that you don't need to convert it.nn.Module
which has Tensors only Input and Output format.fit()
, train_step()
, val_step()
.train_step()
, val_step()
.Version | Tag | Published |
---|---|---|
0.2.1 | 2yrs ago | |
0.2.1rc2 | 2yrs ago | |
0.2.0 | 2yrs ago | |
0.2.0rc1 | 2yrs ago |