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
I have updated most doc strings in #463. But the doc strings for the following are still missing:
torch_em.model.vim
torch_em.model.probabilistic_unet
torch_em.self_training.loss.ProbabilisticUNetLoss
torch_em.self_training.probabilistic_unet_trainer.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have updated most doc strings in #463. But the doc strings for the following are still missing:
torch_em.model.vim
: I am not sure how stable this is or if we should update it to newer (vision) mamba implementations.torch_em.model.probabilistic_unet
: I am also not sure how finalized this is, given that we don't have support for 3D yet.torch_em.self_training.loss.ProbabilisticUNetLoss
: Ths should be refactored, as this is more general than self-training.torch_em.self_training.probabilistic_unet_trainer.py
: Should also be refactored.The text was updated successfully, but these errors were encountered: