knowledge-distillation-pytorch icon indicating copy to clipboard operation
knowledge-distillation-pytorch copied to clipboard

Requirements.txt is outdated?

Open Deso2121 opened this issue 3 years ago • 5 comments

I'm unable to run train.py on python 3.9. The versions stated in requirements are wrong, and after installing the newest libraries there's a bunch of syntax errors in the program. Is there an updated version available?

Deso2121 avatar Nov 24 '21 19:11 Deso2121

same problem here!

a-bakhtiari avatar Dec 01 '21 10:12 a-bakhtiari

@Deso2121 @a-bakhtiari Did you find a fix?

kubitz avatar Apr 14 '22 10:04 kubitz

if you guys are still looking for a working code, then try this repo instead (make sure to check the versions of torch and torchvision at the end of its README.md)

nguyenvulong avatar Jun 30 '22 06:06 nguyenvulong

Hi folks, I haven't been actively tracking the tool versions (and their major syntax updates). If anyone has done or plans to do some conversion, please consider a PR to help update both tool versions and associated syntax changes. Thanks!

haitongli avatar Aug 30 '22 06:08 haitongli

requiements.txt specifies a non-existent tensorflow version. Can @haitongli specify which version he meant to include in the requirements file?

sincak avatar Nov 11 '22 23:11 sincak