AutoResearch / EEG-GAN

Other
19 stars 1 forks source link

Update all dependencies #26

Closed chadcwilliams closed 3 months ago

chadcwilliams commented 1 year ago

EEG-GAN currently states that it requires torch 1.12.1, but this is not true. It works with all versions after that too. So, we should change dependencies on the next release to signify this.

whyhardt commented 4 months ago

You can create a requirements.txt file with all updated dependencies automatically

chadcwilliams commented 4 months ago

Yeah, I say we wait on this until the rest of the items are completed so that we get the most up to date requirements.

chadcwilliams commented 4 months ago

Updated this issue to include a redo of dependencies.

TheLemonPig commented 4 months ago

The only dependency that needs to be added from what I have tried so far is tqdm

chadcwilliams commented 4 months ago

For reference, this is what Joshua used as dependencies:

pip3 install torch torchvision torchaudio torchsummary 
pip install pandas==1.3.4
pip install numpy==1.21.4
pip install matplotlib==3.5.0
pip install scipy==1.8.0
pip install einops==0.4.1
pip install scikit-learn==1.1.2

Let's also make sure to change these so that they do not require such specific versions

chadcwilliams commented 3 months ago

Completed with #104