-
Notifications
You must be signed in to change notification settings - Fork 47
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
Basic Transfer Learning example #118
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.
Hi @AVHopp, @Scienfitz. I've changed the file quite drastically. Please have a look if you like it. The structure and logic remains the same but:
- I significantly shortened text
- Added more structuring elements (like bullets, notes)
- Added links everywhere
- Made the code more pythonic / condensed
- Regrouped a few things
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.
First: Appreciate your work @AdrianSosic, especially the improvements of the code :)
But: The style of this example is now quite different from our other examples, and some parts (like the note) feel more like something that belongs to a user guide, and not an example. See my corresponding individual comments.
351a472
to
13e3cfc
Compare
a3ac6d6
to
7ec3c31
Compare
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.
minor things, example is basically gucci
31bbda8
to
860a990
Compare
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.
thanks for sticking with this!
860a990
to
3891daa
Compare
3891daa
to
03d89e0
Compare
* Make it more pythonic * Add missing BATCH_SIZE constant * Improve grouping of parts that belong together
* Shorten it * Add links * Add structure (notes and bullets)
03d89e0
to
3946812
Compare
This PR introduces a basic Transfer Learning example, including the SMOKE_TEST functionality and the multi-version plotting.
This branch is currently based on the corresponding branch that implements SMOKE_TEST and multi-version plotting. ONly the last 3 commits are actually relevant.
Note that this PR also makes typos ignore .svg files, since these should definitely not be checked for typos.