-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/setup experiments #12
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adjust experiments and tests to new interface; minor fixes, remove obsolate code
coverage
|
DawidPludowski
approved these changes
Oct 26, 2023
azoz01
added a commit
that referenced
this pull request
Oct 26, 2023
* First working of few-shot datasets * Formatting, docstrings and minor fixes * Fix black formatter in code check * Fix requirements * Move few shot to dataloaders; Fix CI; Add makefile * Add tests to datasets.py * Implement unit tests * Fix github action * Fix requirements * Fix requirements * Remove unwanted files * Fix requirements * Resolve conversations * Feature/inference networks (#5) * Prototype in notebook * Move code from notebook to files * Add docstrings to HeterogenousAttributesNetwork * Extend flake8 max line length. Fix docstings * Fix check * Fix black * Extend black and flake8 to test code * Fix check * Fix check * Add init files * Remove unwanted files * Write tests to model/utils.py * Add unit tests to heterogenous attributes network * Add torchtest to requirements * Resolve conversations * Add inference embedding network to _make_prediction * Feature/training code (#6) * Prototype in notebook * Move code from notebook to files * Add docstrings to HeterogenousAttributesNetwork * Extend flake8 max line length. Fix docstings * Fix check * Fix black * Extend black and flake8 to test code * Add init files * Remove unwanted files * Write tests to model/utils.py * Add unit tests to heterogenous attributes network * Add training code with docstrings * Add training script * Fix failing tests * Add tests + fixes in dataloader * lint code * apply suggestions from comments, refactor makefile, adjust tests * lint code * Minor fix of docstrings --------- Co-authored-by: DawidPludowski <[email protected]> * Add simple reporting (#7) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Feature/tensorboard_reporting (#8) * add loggers; add callbacks * add profiler; add log directories * add docs; refactor code; add logger tests * format code; remove data files * update .gitignore * final fixes * rm data * rename class * Feature/setup experiments (#9) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Feature/setup experiments (#10) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Feature/setup experiments (#11) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes * Feature/setup experiments (#12) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes * Hotfix network * Fixes * Fixes * Fix classification * refactor logger interface; adjust experiments and tests to new interface; minor fixes, remove obsolate code * Fix new_classes experiment * Delete results/01_test_data.pkl --------- Co-authored-by: DawidPludowski <[email protected]> Co-authored-by: DawidPludowski <[email protected]> * Feature/prepare release (#13) * Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes * Hotfix network * Fixes * Fixes * Fix classification * refactor logger interface; adjust experiments and tests to new interface; minor fixes, remove obsolate code * Fix new_classes experiment * Prepare pip release * Add readme * next release; add release to makefile * Fix * Delete pickle * Format --------- Co-authored-by: DawidPludowski <[email protected]> * New version --------- Co-authored-by: DawidPludowski <[email protected]> Co-authored-by: DawidPludowski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.