Sorry to bother you here again, but I really caught some trouble with the conda environment problem.
Today I re-installed the env by running 'setup.sh' file, then run the 'Train_MindEye.py' file. It shows:
_"for train_i, (voxel, image, coco) in enumerate(train_dl):
AttributeError: 'NoneType' object has no attribute 'sampler"_
Having checked the whole day, I thought it might come from the accelerate package's version. In the last two weeks, they released a new version (v0.24.0 and v0.24.1). The new version might not be suitable for this project. So the "setup.sh" might change to
“conda install -c conda-forge accelerate=0.23.0 -y”
Dear Paul,
Sorry to bother you here again, but I really caught some trouble with the conda environment problem. Today I re-installed the env by running 'setup.sh' file, then run the 'Train_MindEye.py' file. It shows:
_"for train_i, (voxel, image, coco) in enumerate(train_dl): AttributeError: 'NoneType' object has no attribute 'sampler"_
Having checked the whole day, I thought it might come from the accelerate package's version. In the last two weeks, they released a new version (v0.24.0 and v0.24.1). The new version might not be suitable for this project. So the "setup.sh" might change to “conda install -c conda-forge accelerate=0.23.0 -y”
Best,