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

Feature/setup experiments #12

Merged
merged 24 commits into from
Oct 26, 2023
Merged

Feature/setup experiments #12

merged 24 commits into from
Oct 26, 2023

Conversation

azoz01
Copy link
Owner

@azoz01 azoz01 commented Oct 15, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 15, 2023

Coverage

coverage
FileStmtsMissCoverMissing
liltab/data
   __init__.py00100% 
   dataloaders.py640100% 
   datasets.py60198%140
   factory.py14140%1–54
   preprocessing.py60100% 
liltab/model
   __init__.py00100% 
   heterogenous_attributes_network.py980100% 
   utils.py280100% 
liltab/train
   __init__.py00100% 
   logger.py491178%18, 40, 43, 46, 55, 78–80, 83–85
   trainer.py673055%57, 67, 74, 81–84, 87–93, 96–104, 163–165, 168–175, 180–187, 192–199
   utils.py49492%47, 62, 75, 85
TOTAL4356086% 

Tests Skipped Failures Errors Time
42 0 💤 0 ❌ 0 🔥 14.123s ⏱️

@azoz01 azoz01 requested a review from DawidPludowski October 24, 2023 17:09
@azoz01 azoz01 merged commit 0433275 into develop Oct 26, 2023
1 check passed
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants