Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run CDVAE or training script #53

Open
snme opened this issue Nov 17, 2023 · 2 comments
Open

Unable to run CDVAE or training script #53

snme opened this issue Nov 17, 2023 · 2 comments

Comments

@snme
Copy link

snme commented Nov 17, 2023

On multiple systems (GPU and CPU), I've tried:

  1. Cloning the repository
  2. Creating the conda environment (both with the cpu-only yaml and the gpu yaml)
  3. Changing .env.template to .env and editing the directories listed in it
  4. Trying to run the training script with python cdvae/run.py data=perov expname=perov.

No matter how I try to configure my system, I always get this error upon trying to run the training process:
image

This means that I'm not able to train or use CDVAE at all. Can someone explain this dependency issue, and how to get around it? Thank you so much!

@confymacs
Copy link

Hi snme,

I encountered this problem when I tried to install pytorch-lightning==1.3.8 and I guess it was triggered by some incompatibility of the version of torchmetrics. The problem disappeared when I installed pytorch-lightning == 2.1.2 and torchmetrics==1.2.1.

@stargolike
Copy link

stargolike commented Jan 1, 2024

i also meet this problem.
you shouldpip uninstall torchmetrics==0.9.0.dev0
pip install torchmetrics==0.5
now i resolve this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants