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

Error checks added to ImageNet VGG #377

Merged
merged 8 commits into from
Mar 29, 2022

Conversation

sarthakpati
Copy link
Collaborator

@sarthakpati sarthakpati commented Mar 29, 2022

Fixes #N.A.

Proposed Changes

  • vgg11 and vgg13 pre-trained added
  • error check for 2d
  • module renamed for clarity and possible future extensions with other models

Checklist

  • I have read the CONTRIBUTING guide
  • My PR is based from the current GaNDLF master
  • Non-breaking change (would not break existing functionality): please provide as many details as possible for any breaking change
  • Function/class source code documentation added/updated
  • Code has been blacked for style consistency
  • If applicable, version information has been updated in GANDLF/version.py
  • If adding a git submodule, add to list of exceptions for black styling in pyproject.toml file
  • Usage documentation has been updated, if appropriate
  • History has been updated, if appropriate
  • Tests added or modified to cover the changes; if coverage is reduced, please give explanation
  • If customized dependency installation is required (i.e., a separate pip install step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3,4]

@dagshub
Copy link

dagshub bot commented Mar 29, 2022

@sarthakpati sarthakpati changed the title Minor updates to ImageNet VGG Error checks added to ImageNet VGG Mar 29, 2022
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #377 (a1bfbac) into master (e504164) will increase coverage by 0.14%.
The diff coverage is 91.01%.

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
+ Coverage   91.54%   91.69%   +0.14%     
==========================================
  Files          93       93              
  Lines        5394     5442      +48     
==========================================
+ Hits         4938     4990      +52     
+ Misses        456      452       -4     
Flag Coverage Δ
unittests 91.69% <91.01%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
testing/test_full.py 98.26% <ø> (ø)
GANDLF/models/imagenet_vgg.py 90.90% <90.90%> (ø)
GANDLF/models/__init__.py 100.00% <100.00%> (ø)

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 e504164...a1bfbac. Read the comment docs.

@sarthakpati sarthakpati merged commit 1c36aa2 into mlcommons:master Mar 29, 2022
@sarthakpati sarthakpati deleted the imagenet_updates branch March 29, 2022 23:18
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