csc-training / intro-to-dl

Introduction to deep learning
MIT License
47 stars 48 forks source link

Requirements.txt file does not include all required libraries #14

Open gregordecristoforo opened 2 weeks ago

gregordecristoforo commented 2 weeks ago

requirements.txt file does not include torchvision, datasets, tokenizers and tqdm which are used in 01-pytorch-test-setup.ipynb. I have not tested the other notebooks. Is the requirements.txt file not meant to be used for the lectures?

jmakoske commented 2 weeks ago

Yes, I think it is supposed to be used but we haven't done that ourselves for a long time due to using container-based modules. Thanks, we'll fix it! ping @mvsjober