-
- Downloads
requirements.txt: update Torchnet to latest version (0.0.4)
We need AverageValueMeter's support for numpy arrays.
... | @@ -3,7 +3,7 @@ numpy==1.14.3 | ... | @@ -3,7 +3,7 @@ numpy==1.14.3 |
torchvision==0.2.1 | torchvision==0.2.1 | ||
scipy==1.1.0 | scipy==1.1.0 | ||
gitpython | gitpython | ||
git+https://github.com/pytorch/tnt.git@master | torchnet==0.0.4 | ||
tensorflow==1.7.0 | tensorflow==1.7.0 | ||
pydot==1.2.4 | pydot==1.2.4 | ||
tabulate==0.8.2 | tabulate==0.8.2 | ||
... | ... |
Please register or sign in to comment