-
Notifications
You must be signed in to change notification settings - Fork 700
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
Noninteractive run of notebooks and flake8 checks #107
Merged
Merged
Changes from 44 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
d466995
start of automatic and update occ. sens.
rijobro b4a5063
current progress
rijobro a5d961e
current progress
rijobro 432ff45
current progress
rijobro 41023c2
current progress
rijobro eb2b957
vae
rijobro bec8927
models ensemble
rijobro 64cf6cc
layer_wise_learning_rate
rijobro 7a634bf
gan
rijobro 536277c
Merge remote-tracking branch 'MONAI/master' into noninteractive_run
rijobro 87ccfe5
3d_classification
rijobro bb4725a
add 3d_segmentation as well as flake
rijobro a9e9df9
transform speed
rijobro d46ad99
autopep8
rijobro be1048b
update runner
rijobro 5fffbe6
flake8 support added
rijobro fd2640d
max_num_epochs->max_epochs
rijobro a1b35fa
check that max_epochs exists unless not expected
rijobro 47210c6
uncomment executing notebook
rijobro 7fb0ae9
check pip install
rijobro 360633f
ignore temp files
rijobro e332c92
no noqa for indented import monai
rijobro 4b8f80c
dont check for indented import monai
rijobro de2939c
flake8 changes
rijobro fb1d425
magic pip installs
rijobro 32b5fa0
autofixes
rijobro 900fcc4
use ! instead of % for pip install
rijobro 919514d
so far
rijobro 6152fe2
current progress. add black, isort, autoflake
rijobro 252a269
current progress
rijobro fbea800
update class lung lesion notebook
rijobro b0d3b9f
class lung lesion
rijobro d12a92b
current progress
rijobro f01d585
current progress
rijobro af18daf
finished
rijobro 33e7c60
Merge remote-tracking branch 'MONAI/master' into noninteractive_run
rijobro d5a3d87
finished
rijobro 6b06a80
Merge branch 'noninteractive_run' of https://github.com/rijobro/tutor…
rijobro 0dd96b0
remove pip install of pinned pytorch version
rijobro 3968b3f
= list() to = []
rijobro c61cfd1
[DLMED] fix dyunet notebook issue
Nic-Ma 9ea603d
correct faulty import
rijobro 5f0ae23
pep8 for dynunet
rijobro 51b519a
all working
rijobro 79675df
add missing quotations
rijobro 8803d51
remove personal file path
rijobro 783425b
remove NiftiDataset
rijobro 434e246
Merge branch 'noninteractive_run' of https://github.com/rijobro/tutor…
rijobro f7deb35
dont remove EOL whitespace from comments
rijobro 8190097
Merge remote-tracking branch 'MONAI/master' into noninteractive_run
rijobro 22563f2
2d_classification
rijobro e9a2b25
re-add spaces
rijobro f5e60f5
spaces
rijobro e8c6c39
last spaces
rijobro f31e4d1
merge
rijobro cc5df07
final changes
rijobro 54f9d5d
notification at end
rijobro 905500c
notification on exit
rijobro 47cdbf2
add github action
rijobro 9ad89af
data subfolder
rijobro 5fadfff
make folder if necessary
rijobro 9a37268
add flake8 to requirements
rijobro 516bc6c
change test name
rijobro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these blanks in Markdown doc are to make the next sentence in a new line, that's Markdown gramma I think.
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be tricky to solve, but thanks for pointing it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've committed a temporary fix f7deb35 pending answer from here: mwouts/jupytext#723.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, could you please update the PR to ignore the blanks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done that, but I'll have to revert all these accidental changes manually.