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

code+dependency verification failed on one command #3

Open
hamid13r opened this issue Jun 15, 2023 · 2 comments
Open

code+dependency verification failed on one command #3

hamid13r opened this issue Jun 15, 2023 · 2 comments

Comments

@hamid13r
Copy link

hamid13r commented Jun 15, 2023

Hi,

I am trying to install tomodrgn, we are using micromamba and everything runs properly except one of the commands:

Command 21/33: tomodrgn convergence_vae output/06_vae_both_sim 49 --Apix 13.1 --random-seed 42 --final-maxima 2 --ground-truth data/10076_class*_32.mrc
Error returncode: 1
Traceback (most recent call last):
  File "/home/janlevinson/micromamba/envs/tomodrgn/bin/tomodrgn", line 8, in <module>
    sys.exit(main())
  File "/home/janlevinson/micromamba/envs/tomodrgn/lib/python3.7/site-packages/tomodrgn/__main__.py", line 51, in main
    args.func(args)
  File "/home/janlevinson/micromamba/envs/tomodrgn/lib/python3.7/site-packages/tomodrgn/commands/convergence_vae.py", line 984, in main
    calculate_FSCs(outdir, epochs, labels, img_size, chimerax_colors, LOG)
  File "/home/janlevinson/micromamba/envs/tomodrgn/lib/python3.7/site-packages/tomodrgn/commands/convergence_vae.py", line 699, in calculate_FSCs
    x, fsc_masked[cluster, i, :] = utils.calc_fsc(vol1_path, vol2_path, mask='none')
ValueError: could not broadcast input array from shape (17,) into shape (16,)

I would appreciate any inputs. I do need to look further into the paper but wanted to see if this error is a major problem or fixable.

@GYGyk2000
Copy link

I have the same issue! I am using python 3.10 and cuda 11.8. I can pass all other tests.

@TimYi
Copy link

TimYi commented Mar 21, 2024

Same to me.

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