wx-zhang / spu

1 stars 0 forks source link

About package install error #1

Closed YangJae96 closed 2 days ago

YangJae96 commented 1 week ago

Hello. Thank you for your great work!

When I tried to download cosine-annealing-warmup==2.0, I get below error.

ERROR: Could not find a version that satisfies the requirement cosine-annealing-warmup==2.0 (from versions: none) ERROR: No matching distribution found for cosine-annealing-warmup==2.0

Also, I get below error when I used "conda env create -f environment.yml" command.

Pip subprocess error: ERROR: Ignored the following versions that require a different python version: 1.2.0 Requires-Python >=3.9; 1.2.1 Requires-Python >=3.9; 1.2.1rc1 Requires-Python >=3.9 ERROR: Could not find a version that satisfies the requirement cosine-annealing-warmup==2.0 (from versions: none) ERROR: No matching distribution found for cosine-annealing-warmup==2.0

wx-zhang commented 1 week ago

Hi @YangJae96,

Thank you for your comment! You could follow this page to install the learning rate scheduler https://github.com/katsura-jp/pytorch-cosine-annealing-with-warmup

YangJae96 commented 3 days ago

Hi.

I cannot run the command that you metioned! python main.py dataset=[cifar100 | cub | cars | aircraft | gtsrb | birdsnap ]

Following error is given.

image

Could I get some help?!

wx-zhang commented 2 days ago

Hi @YangJae96 ,

This means you may select one dataset from these options.