buildingamind / NewbornEmbodiedTuringTest

A testbed for comparing the learning abilities of newborn animals and autonomous artificial agents.
MIT License
8 stars 0 forks source link

PyTorch Lightning Version Incompatible with Other Dependencies without Edits to Dependency Source Code #107

Closed Zach-Attach closed 2 months ago

Zach-Attach commented 3 months ago

Describe the bug Due to the version of SimCLR using an old version of pytorch-lightning (1.1.8), dev branch is unable to run without commenting out references to torch.__six in dependency source code.

Expected behavior Installation should result in code that works without needing to change the dependencies.