We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When training the membrain-seg model, it can happen that sometimes the training loss and training surface dice become nan.
git clone https://github.com/teamtomo/membrain-seg.git %cd membrain-seg !pip install . %cd membrain-seg !membrain !membrain train conda activate memBrain membrain train --data-dir /home/icb/hanyi.zhang/534_withnewSyntheticAndCollaborators membrain train_advanced --num-workers 16 --data-dir /home/icb/hanyi.zhang/534_withnewSyntheticAndCollaborators Epoch 21: 100% EPOCH Training loss nan EPOCH Training acc 0.9495545029640198 EPOCH Training surface dice nan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When training the membrain-seg model, it can happen that sometimes the training loss and training surface dice become nan.
The text was updated successfully, but these errors were encountered: