Skip to content
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

Add Deep Residual Network tutorial #7

Merged
merged 4 commits into from Dec 4, 2019

Conversation

mfl28
Copy link
Collaborator

@mfl28 mfl28 commented Dec 4, 2019

This adds the deep residual network tutorial files. I have tried to make everything behave close to how it works in python.

@mfl28
Copy link
Collaborator Author

mfl28 commented Dec 4, 2019

Ok seems like something was changed in the last libtorch nightly, and it now complains that c++14 support is needed, see also pytorch/pytorch#30722 (comment).
We could instead download the stable release in the scripts.sh, what do you think?

@prabhuomkar
Copy link
Owner

We could instead download the stable release in the scripts.sh, what do you think

That's weird. Let's do this as a part of this PR. And we can see if our CI passes.

@prabhuomkar prabhuomkar merged commit 1c798db into prabhuomkar:master Dec 4, 2019
@mfl28 mfl28 deleted the deep-residual-network branch December 4, 2019 13:11
prabhuomkar added a commit that referenced this pull request Dec 18, 2019
Add Deep Residual Network tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants