-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Overhaul of ResNet API #174
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd0edef - Browse repository at this point
Copy the full SHA cd0edefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 271b430 - Browse repository at this point
Copy the full SHA 271b430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 866dbcc - Browse repository at this point
Copy the full SHA 866dbccView commit details -
1. Some docs 2. Basic tests for ResNet and ResNeXt now pass
Configuration menu - View commit details
-
Copy full SHA for a038ff8 - Browse repository at this point
Copy the full SHA a038ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for de079bc - Browse repository at this point
Copy the full SHA de079bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa28d4 - Browse repository at this point
Copy the full SHA 4fa28d4View commit details
Commits on Jun 28, 2022
-
More declarative interface for ResNet
1. Less keywords for the user to worry about 2. Delete `ResNeXt` just for now
Configuration menu - View commit details
-
Copy full SHA for 7846f8b - Browse repository at this point
Copy the full SHA 7846f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d5ddc - Browse repository at this point
Copy the full SHA a1d5ddcView commit details
Commits on Jun 29, 2022
-
Construct the stem outside and pass it into
resnet
`downsample_args` is actually redundant
Configuration menu - View commit details
-
Copy full SHA for 3be1d81 - Browse repository at this point
Copy the full SHA 3be1d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cbcd0 - Browse repository at this point
Copy the full SHA 16cbcd0View commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5294ec - Browse repository at this point
Copy the full SHA e5294ecView commit details -
Add more general implementation of SE layer
Also 1. Tweaks - II : Formatting + some docs 2. Groundwork for abstracting out the classifier
Configuration menu - View commit details
-
Copy full SHA for a439bdf - Browse repository at this point
Copy the full SHA a439bdfView commit details
Commits on Jul 1, 2022
-
1. Reorganise layer imports for easy access 2. Get pooling to work
Configuration menu - View commit details
-
Copy full SHA for 441ade8 - Browse repository at this point
Copy the full SHA 441ade8View commit details
Commits on Jul 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d059f5 - Browse repository at this point
Copy the full SHA 5d059f5View commit details -
So much GC, might as well have a function for it
Configuration menu - View commit details
-
Copy full SHA for 226e96a - Browse repository at this point
Copy the full SHA 226e96aView commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a4ffbf - Browse repository at this point
Copy the full SHA 3a4ffbfView commit details
Commits on Jul 8, 2022
-
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f755cf - Browse repository at this point
Copy the full SHA 2f755cfView commit details
Commits on Jul 9, 2022
-
Neither does formatting, unfortunately. Also refactor `classifier` to separate out FC-layer creation and pooling
Configuration menu - View commit details
-
Copy full SHA for 5ba4b84 - Browse repository at this point
Copy the full SHA 5ba4b84View commit details -
It really does never stop Co-Authored-By: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaf2abb - Browse repository at this point
Copy the full SHA aaf2abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 326f36c - Browse repository at this point
Copy the full SHA 326f36cView commit details
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e01443 - Browse repository at this point
Copy the full SHA 4e01443View commit details -
And make `downsample_opts` a smidge easier to work with. Also, a wee bit o' formatting and cleanup.
Configuration menu - View commit details
-
Copy full SHA for e8d3488 - Browse repository at this point
Copy the full SHA e8d3488View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92ed4fa - Browse repository at this point
Copy the full SHA 92ed4faView commit details
Commits on Jul 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96a7d31 - Browse repository at this point
Copy the full SHA 96a7d31View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9540299 - Browse repository at this point
Copy the full SHA 9540299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588d703 - Browse repository at this point
Copy the full SHA 588d703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5d0cc - Browse repository at this point
Copy the full SHA 2a5d0ccView commit details -
1. Some docs 2. Basic tests for ResNet and ResNeXt now pass
Configuration menu - View commit details
-
Copy full SHA for 07c1e95 - Browse repository at this point
Copy the full SHA 07c1e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e88201 - Browse repository at this point
Copy the full SHA 2e88201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eaa8b - Browse repository at this point
Copy the full SHA 01eaa8bView commit details -
More declarative interface for ResNet
1. Less keywords for the user to worry about 2. Delete `ResNeXt` just for now
Configuration menu - View commit details
-
Copy full SHA for 546b131 - Browse repository at this point
Copy the full SHA 546b131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f45f27 - Browse repository at this point
Copy the full SHA 3f45f27View commit details -
Construct the stem outside and pass it into
resnet
`downsample_args` is actually redundant
Configuration menu - View commit details
-
Copy full SHA for f373f45 - Browse repository at this point
Copy the full SHA f373f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d0757 - Browse repository at this point
Copy the full SHA 51d0757View commit details -
Add more general implementation of SE layer
Also 1. Tweaks - II : Formatting + some docs 2. Groundwork for abstracting out the classifier
Configuration menu - View commit details
-
Copy full SHA for 106f260 - Browse repository at this point
Copy the full SHA 106f260View commit details -
1. Reorganise layer imports for easy access 2. Get pooling to work
Configuration menu - View commit details
-
Copy full SHA for 7147309 - Browse repository at this point
Copy the full SHA 7147309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed20d4 - Browse repository at this point
Copy the full SHA 7ed20d4View commit details -
So much GC, might as well have a function for it
Configuration menu - View commit details
-
Copy full SHA for f0051b7 - Browse repository at this point
Copy the full SHA f0051b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d2295 - Browse repository at this point
Copy the full SHA e5d2295View commit details -
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a91fc4 - Browse repository at this point
Copy the full SHA 4a91fc4View commit details -
Neither does formatting, unfortunately. Also refactor `classifier` to separate out FC-layer creation and pooling
Configuration menu - View commit details
-
Copy full SHA for cf538bb - Browse repository at this point
Copy the full SHA cf538bbView commit details -
It really does never stop Co-Authored-By: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5be45ef - Browse repository at this point
Copy the full SHA 5be45efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e509df - Browse repository at this point
Copy the full SHA 1e509dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4930f1 - Browse repository at this point
Copy the full SHA e4930f1View commit details -
And make `downsample_opts` a smidge easier to work with. Also, a wee bit o' formatting and cleanup.
Configuration menu - View commit details
-
Copy full SHA for 80bdcde - Browse repository at this point
Copy the full SHA 80bdcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab37901 - Browse repository at this point
Copy the full SHA ab37901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68abbb7 - Browse repository at this point
Copy the full SHA 68abbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad362b - Browse repository at this point
Copy the full SHA 7ad362bView commit details -
Merge branch 'resnet-plus' of https://github.com/theabhirath/Metalhea…
…d.jl into resnet-plus
Configuration menu - View commit details
-
Copy full SHA for 93fb500 - Browse repository at this point
Copy the full SHA 93fb500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ed5ac - Browse repository at this point
Copy the full SHA 13ed5acView commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c005d3 - Browse repository at this point
Copy the full SHA 6c005d3View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd443f1 - Browse repository at this point
Copy the full SHA bd443f1View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce1da45 - Browse repository at this point
Copy the full SHA ce1da45View commit details
Commits on Jul 27, 2022
-
Merge branch 'resnet-plus' of https://github.com/theabhirath/Metalhea…
…d.jl into resnet-plus
Configuration menu - View commit details
-
Copy full SHA for ed57c8f - Browse repository at this point
Copy the full SHA ed57c8fView commit details -
Pass through kwargs using `NamedTuples` instead of closures
Configuration menu - View commit details
-
Copy full SHA for 8c9f73f - Browse repository at this point
Copy the full SHA 8c9f73fView commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca53acb - Browse repository at this point
Copy the full SHA ca53acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ea529 - Browse repository at this point
Copy the full SHA 54ea529View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 541fabd - Browse repository at this point
Copy the full SHA 541fabdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff07cb - Browse repository at this point
Copy the full SHA cff07cbView commit details -
And expand the lowest level of the ResNet API
Configuration menu - View commit details
-
Copy full SHA for 674b27e - Browse repository at this point
Copy the full SHA 674b27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2a9ef - Browse repository at this point
Copy the full SHA aa2a9efView commit details -
Also, we aren't using the skips anymore
Configuration menu - View commit details
-
Copy full SHA for b143b95 - Browse repository at this point
Copy the full SHA b143b95View commit details -
Co-Authored-By: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc74aa1 - Browse repository at this point
Copy the full SHA fc74aa1View commit details -
Make all config dicts
const
and capitaliseAlso misc. formatting and cleanup
Configuration menu - View commit details
-
Copy full SHA for 99eb25a - Browse repository at this point
Copy the full SHA 99eb25aView commit details
Commits on Jul 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73131bf - Browse repository at this point
Copy the full SHA 73131bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73df024 - Browse repository at this point
Copy the full SHA 73df024View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 72cd4a9 - Browse repository at this point
Copy the full SHA 72cd4a9View commit details