VITA-Group / ATMC

[NeurIPS'2019] Shupeng Gui, Haotao Wang, Haichuan Yang, Chen Yu, Zhangyang Wang, Ji Liu, “Model Compression with Adversarial Robustness: A Unified Optimization Framework”
MIT License
49 stars 11 forks source link

Environment files to run code in repo #15

Closed poiug07 closed 2 months ago

poiug07 commented 11 months ago

I want to launch the examples in the repo. However, I am not able to run the examples provided in the readme file successfully(Concurrent access errors). I suspect it is due to different versions of libraries.

It would be nice if you could provide some env files (env.yml, requirements.txt) and OS(Windows, Ubuntu?).

poiug07 commented 2 months ago

Was able to resolve using python=3.9 in with mamba and manually installing all missing packages if anyone interested.