-
Notifications
You must be signed in to change notification settings - Fork 517
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
Notebooks update #1634
Notebooks update #1634
Conversation
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 didnt manage to comment directly on the notebooks, so here are a few notes
- This cell doesnt print anything. Is it on purpose (cleared) or unintended ?
from prettyformatter import pprint
print('Dataloader parameters:')
pprint(train_loader.dataloader_params)
print('Dataset parameters')
pprint(train_loader.dataset.dataset_params)
*Note: I just saw that in transfer_learning_semantic_segmentation.ipynb
is it shown but in the next cell
- We are not using infery, so lett's remove it
! pip install -qq infery
Removed infery refs in 5d2c93f |
Few notes on my end:
|
|
segmentation_connect_custom_dataset.ipynb
|
notebooks/transfer_learning_semantic_segmentation.ipynb
|
…ntation' into feature/SG-1191_quickstart_segmentation
Segmentation: transfer learning, quickstart and custom dataset connection.
Updated readme links + makefile