-
Notifications
You must be signed in to change notification settings - Fork 289
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
[FIX] Minor Fixes #306
[FIX] Minor Fixes #306
Conversation
Codecov Report
@@ Coverage Diff @@
## development #306 +/- ##
===============================================
+ Coverage 81.82% 81.84% +0.01%
===============================================
Files 151 151
Lines 8646 8651 +5
Branches 1321 1322 +1
===============================================
+ Hits 7075 7080 +5
Misses 1105 1105
Partials 466 466
Continue to review full report at Codecov.
|
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 the PR. I will add other comments soon.
2dcbd2f
to
040d262
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.
I left some comments.
autoPyTorch/pipeline/components/setup/network_backbone/ShapedResNetBackbone.py
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_backbone/ShapedResNetBackbone.py
Outdated
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_backbone/ShapedResNetBackbone.py
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_backbone/ShapedResNetBackbone.py
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_head/fully_connected.py
Outdated
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_head/fully_connected.py
Outdated
Show resolved
Hide resolved
autoPyTorch/pipeline/components/setup/network_head/fully_connected.py
Outdated
Show resolved
Hide resolved
Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
Addresses issue #301 , and issue #283