-
Notifications
You must be signed in to change notification settings - Fork 80
Adding UvA-DL notebook "Inception, ResNet, and DenseNet" #78
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
Conversation
for more information, see https://pre-commit.ci
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.
LGTM 😃
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 Awsome!
course_UvA-DL/inception-resnet-densenet/Inception_ResNet_DenseNet.py
Outdated
Show resolved
Hide resolved
|
||
# %% | ||
# Github URL where saved models are stored for this tutorial | ||
base_url = "https://raw.githubusercontent.com/phlippe/saved_models/main/tutorial5/" |
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.
do you think it would make sense to have kind of releases with Tutorials and upload these models to the release?
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.
Wouldn't be a bad idea. The separate GitHub repo is more of a quick hack than a long-term solution.
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, mind open an issue for it and I ll have look at it later... just to not forget it :]
course_UvA-DL/inception-resnet-densenet/Inception_ResNet_DenseNet.py
Outdated
Show resolved
Hide resolved
course_UvA-DL/inception-resnet-densenet/Inception_ResNet_DenseNet.py
Outdated
Show resolved
Hide resolved
# %tensorboard --logdir ../saved_models/tutorial5/tensorboards/GoogleNet/ | ||
|
||
# %% [markdown] | ||
# <center width="100%"><img src="tensorboard_screenshot_GoogleNet.png" width="1000px"></center> |
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.
as MD?
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.
Yes, I will try to write a small script that replaces the HTML expressions for png images with MD syntax.
6cda4bf
to
3e8c8f4
Compare
for more information, see https://pre-commit.ci
…e/lightning-tutorials into inception-resnet-densenet
Before submitting
=> Discussed on Slack channel
What does this PR do?
This PR adds a new tutorial of the UvA Deep Learning course, this time on Inception, ResNet and DenseNet. The tutorial is an adapted version of the original tutorial for the Deep Learning course at the University of Amsterdam (link).
The png and svg files are images that are included in the notebook.
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃