Hi @Eric-LRL @ZijianD
I am currently working on reproducing the Brain-JEPA environment.
The code assert for timm=0.3.2 which is strange given how old this version is. I tried to install the rest of the dependencies around timm=0.3.2 but it is giving issues with compatibility of PyTorch 2.0 +.
The issue with me using PyTorch 1.8.1 is that it is not compatible with my A100 and H100 drivers.
Is timm 0.3.2 absolutely necessary? downstream_tasks/main_linprobe.py asserts for 0.3.2
Also running pip install -r requirement.txt doesn't work actually.
Is there perhaps a more updated/recent set of dependencies we can use?
Hi @Eric-LRL @ZijianD
I am currently working on reproducing the Brain-JEPA environment.
The code assert for timm=0.3.2 which is strange given how old this version is. I tried to install the rest of the dependencies around timm=0.3.2 but it is giving issues with compatibility of PyTorch 2.0 +.
The issue with me using PyTorch 1.8.1 is that it is not compatible with my A100 and H100 drivers.
Is timm 0.3.2 absolutely necessary?
downstream_tasks/main_linprobe.pyasserts for 0.3.2Also running pip install -r requirement.txt doesn't work actually.
Is there perhaps a more updated/recent set of dependencies we can use?