NUST-Machine-Intelligence-Laboratory / Anti-Collapse-Loss

2 stars 0 forks source link

The code has bugs #1

Open detectRecog opened 4 months ago

detectRecog commented 4 months ago

Hello, while running the code, I found two bugs.

  1. The python version should be 3.9 rather than 3.7 corresponding to the versions of packages listed in the requirements.txt file.

  2. The datasampler package or code is missing. Traceback (most recent call last): File "/home/xuzhenbo/Anti-Collapse-Loss-main/main.py", line 81, in import datasampler as dsamplers ModuleNotFoundError: No module named 'datasampler'

JK-chance commented 3 days ago

the same problem ,dude