The python version should be 3.9 rather than 3.7 corresponding to the versions of packages listed in the requirements.txt file.
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'
Hello, while running the code, I found two bugs.
The python version should be 3.9 rather than 3.7 corresponding to the versions of packages listed in the requirements.txt file.
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'