-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added torch model #2
Conversation
This issue explains some of the weird behavior of the github checkout action when trying to use LFS with it. |
@srivarra I have a hard time debugging the coveralls action. Could you look into this? It seems that .lcov files are found and uploaded but no report is generated. Thus it could be that the .lcov files are empty or that something else is preventing coveralls from returning a proper report.. Locally I generated .lcov files with pytest and transformed them to .html with |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
What is the purpose of this PR?
Purpose is to provide an inference script/notebook that works on all platforms (linux, windows, macOS).
How did you implement your changes
This PR adds the following:
Nimbus
which checks the input, loads the model, calculates the normalization dict and does whole-image or shift equivariant tile-and-stitch inferenceUnet
class that implements a residual unetViewerWidget
class that let's the user inspect the predictions.1_Nimbus_Predict.ipynb
notebook for low-code inference.Remaining issues