knowledge-distillation-pytorch
knowledge-distillation-pytorch copied to clipboard
Requirements.txt is outdated?
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?
same problem here!
@Deso2121 @a-bakhtiari Did you find a fix?
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
)
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!
requiements.txt specifies a non-existent tensorflow version. Can @haitongli specify which version he meant to include in the requirements file?