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

Lazy Config #82

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

Lazy Config #82

wants to merge 45 commits into from

Conversation

abhi-glitchhg
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2022

Codecov Report

Merging #82 (3ebf701) into main (d462b76) will decrease coverage by 1.20%.
The diff coverage is 89.69%.

@@             Coverage Diff             @@
##              main      #82      +/-   ##
===========================================
- Coverage   100.00%   98.79%   -1.21%     
===========================================
  Files           66       71       +5     
  Lines         1972     2234     +262     
===========================================
+ Hits          1972     2207     +235     
- Misses           0       27      +27     
Impacted Files Coverage Δ
vformer/attention/cross.py 100.00% <ø> (ø)
vformer/model_zoo/__init__.py 0.00% <0.00%> (ø)
vformer/model_zoo/model_zoo.py 0.00% <0.00%> (ø)
vformer/config/lazy.py 91.30% <91.30%> (ø)
vformer/config/config_utils.py 94.20% <94.20%> (ø)
vformer/config/__init__.py 100.00% <100.00%> (ø)
vformer/viz/vit_rollout.py 100.00% <0.00%> (ø)
vformer/viz/vit_grad_rollout.py 100.00% <0.00%> (ø)

@abhi-glitchhg
Copy link
Member Author

abhi-glitchhg commented Mar 31, 2022

Code style failed, many have reported it here- psf/black#2964

@abhi-glitchhg
Copy link
Member Author

addresses #77

@abhi-glitchhg abhi-glitchhg marked this pull request as draft March 31, 2022 08:38
@NeelayS NeelayS linked an issue Mar 31, 2022 that may be closed by this pull request
added new tests, refered to detectron2 library.
@abhi-glitchhg abhi-glitchhg marked this pull request as ready for review May 31, 2022 17:53
@abhi-glitchhg abhi-glitchhg marked this pull request as draft June 5, 2022 11:33
@abhi-glitchhg abhi-glitchhg marked this pull request as ready for review June 9, 2022 05:06
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.

Create a lazy config system in Python
2 participants