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] Missing Batchnorm #317

Merged
merged 4 commits into from Nov 11, 2021

Conversation

ravinkohli
Copy link
Contributor

This PR fixes #297

@ravinkohli ravinkohli added this to In progress in release v0.1.0 via automation Nov 11, 2021
@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #317 (e9f3508) into development (3659407) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #317      +/-   ##
===============================================
- Coverage        81.83%   81.74%   -0.09%     
===============================================
  Files              151      151              
  Lines             8650     8652       +2     
  Branches          1322     1322              
===============================================
- Hits              7079     7073       -6     
- Misses            1106     1110       +4     
- Partials           465      469       +4     
Impacted Files Coverage Δ
...omponents/training/data_loader/base_data_loader.py 90.54% <ø> (ø)
...e/components/setup/network_backbone/MLPBackbone.py 98.11% <100.00%> (+0.03%) ⬆️
...onents/setup/network_backbone/ShapedMLPBackbone.py 94.44% <100.00%> (+0.10%) ⬆️
...ipeline/components/setup/network_backbone/utils.py 87.12% <0.00%> (-1.52%) ⬇️
...peline/components/training/trainer/base_trainer.py 95.76% <0.00%> (-1.06%) ⬇️
autoPyTorch/ensemble/ensemble_builder.py 72.32% <0.00%> (-0.84%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3659407...e9f3508. Read the comment docs.

@ravinkohli ravinkohli added the first priority PRs to be checked as a priority label Nov 11, 2021
release v0.1.0 automation moved this from In progress to Reviewer approved Nov 11, 2021
Copy link
Contributor

@nabenabe0928 nabenabe0928 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see problems now.

@ravinkohli ravinkohli merged commit e493d99 into automl:development Nov 11, 2021
release v0.1.0 automation moved this from Reviewer approved to Done Nov 11, 2021
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first priority PRs to be checked as a priority
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants