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 ConvNeXt #182

Merged
merged 4 commits into from
Nov 29, 2022
Merged

Add ConvNeXt #182

merged 4 commits into from
Nov 29, 2022

Conversation

muellerdo
Copy link
Member

@muellerdo muellerdo commented Nov 29, 2022

Closes #101

@muellerdo muellerdo changed the title Add ConvNeXt: Closes #101 Add ConvNeXt Nov 29, 2022
@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #182 (34dc3ca) into development (e867b34) will increase coverage by 0.00%.
The diff coverage is 96.42%.

@@              Coverage Diff              @@
##           development     #182    +/-   ##
=============================================
  Coverage        96.07%   96.07%            
=============================================
  Files              164      168     +4     
  Lines             6823     6935   +112     
=============================================
+ Hits              6555     6663   +108     
- Misses             268      272     +4     
Flag Coverage Δ
unittests 96.07% <96.42%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tests/test_architectures_image.py 90.67% <91.66%> (+0.11%) ⬆️
...edi/neural_network/architectures/image/__init__.py 100.00% <100.00%> (ø)
...eural_network/architectures/image/convnext_base.py 100.00% <100.00%> (ø)
...ural_network/architectures/image/convnext_large.py 100.00% <100.00%> (ø)
...ural_network/architectures/image/convnext_small.py 100.00% <100.00%> (ø)
...eural_network/architectures/image/convnext_tiny.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@muellerdo
Copy link
Member Author

Merging to dev under the pre-condition to update the build requirements of the dev branch

@muellerdo muellerdo self-assigned this Nov 29, 2022
@muellerdo muellerdo added the enhancement New feature or request label Nov 29, 2022
@muellerdo muellerdo merged commit 8fdbc79 into development Nov 29, 2022
@muellerdo muellerdo deleted the ConvNeXt branch November 29, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant