TorchFly
TorchFly is a PyTorch Fast Development Kit. The purpose is to learn the pipelines of the SOTA algorithms in Deep Learning areas like CV, NLP and RL. The utilities provided in this kit will shorten the time needed to rebuild some basic functions. Now, the kit is mainly for personal use, but will be updated from time to time.
Installation
Installing via pip:
Installing is simple using pip.
pip install torchfly
Installing from source
You can clone the repository.
bash git clone https://github.com/qywu/TorchFly.git
Docker
It is recommended to run on Nvidia Docker for better performance.
```bash
FROM nvcr.io/nvidia/pytorch:18.12.1-py3
RUN apt-get update
RUN pip install torchfly
```
TODOS
-
Custom Bucket Sampler
-
Custom Beam Search
Code References
Release files for TorchFly 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TorchFly-0.0.1.tar.gz | 6.0 kB | Details |
Release files / TorchFly-0.0.1.tar.gz
| Download URL | TorchFly-0.0.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ee098e1597c65ced51dbc00d54ed2adcf08297eab969946f4d8705062f3912e
|
|
BLAKE2b-256 checksum How to use checksums |
44d7b9789ba2e8d6eb1118c14d5eb1f3332fe02aa84a10afeaa3d3d8e2487268
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|