-
Notifications
You must be signed in to change notification settings - Fork 30
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
3D training with ValueError(msg) #28
Comments
@mccruz07 I think I have seen others with this error in the past, it came down to incompatible dependencies. Did you install in a fresh conda environment? Can you post your conda list and pip list? |
Sure, here is the conda list:
and the pip list:
Thank you! |
I'm also having the exact same issue. Clean environment to start. Anyone figured out a solution or work around? |
I also have the same problem :( |
Hi @kevinjohncutler, I seem to get this same issue when trying to run training in 3D on a custom dataset that I prepared. My images are saved as ZYX and I started off with a clean conda environment. This is the error message I am seeing: I am running on the CLI: Has anyone figured out any solutions for this? |
@gouthamr321 @Reardonlab @mccruz07 @audreyeternal Sorry for the delay, I wasn't able to reproduce this issue but it dawned on me that none of the commands posted are using |
Hey @kevinjohncutler Sorry to bother you again, but the initial issue was resolved using the --all_channels flag, but now I'm seeing another error:
|
Hi @kevinjohncutler,
I'm trying to train a new model using your new 3D implementation, but I'm having the follow error:
python -m omnipose --train --use_gpu --dir ./omni/omnipose_training --mask_filter _masks --n_epochs 4000 --pretrained_model None --learning_rate 0.1 --save_every 50 --save_each --verbose --dim 3 --RAdam --batch_size 4 --diameter 0
The text was updated successfully, but these errors were encountered: