This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add prototype of DataPipeline * Add Prototype of PostProcessingPipeline * isort + pep8 * update post_processing_pipeline * update data pipline * add new prediction part * change loader name * update * uypdate new datapipeline * update model with new pipeline * update * update gitignore * add autodataset * add batch processing * update * update * update * add process file * make datapipeline attaching and detaching more robust * resolve flake8 * update * push curr state * Update flash/data/batch.py Co-authored-by: Kaushik B <[email protected]> * resolve some bugs * tests * update * make everything nn.Module and check serialization * resolve kornia example * add prototype of DataPipeline * Add Prototype of PostProcessingPipeline * isort + pep8 * update post_processing_pipeline * update data pipline * add new prediction part * change loader name * update * update * update * uypdate new datapipeline * update model with new pipeline * update gitignore * add autodataset * add batch processing * update * update * add process file * make datapipeline attaching and detaching more robust * resolve flake8 * update * push curr state * Update flash/data/batch.py Co-authored-by: Kaushik B <[email protected]> * resolve some bugs * update * tests * resolve kornia example * make everything nn.Module and check serialization * rebase_fixes * add more tests * update tabular * add new hooks * update tabular * update * Move func to data module * fix vision to current version * transfer text classification to new API * add more tests * update * resolve most bugs * address most comments * remove kornia example * add support for summurization example * work with ObjectDetection * Update gitignore * updates * resolve bug * resolve image embedder * Update Image Classifer * Renaming * fix recursion * resolve bug * Fix DataPipeline function resolution * put back properties instead of attributes * fix import * fix examples * add checks for loading * fix recursion * fix seq2seq dataset * fix dm init in tests * fix data parts * resolve tests and flake8 * update on comments * update notebooks * devel * update * update * update * resolve the doc * update * don't apply flake8 on notebook * resolve tests * comment a notebook * update * update ci * add fixes * updaet * update with lightning * add a test for flash_special_arguments * add data_pipeline * update ci * delete generate .py file * update bolts * udpate ci * update * Update flash/data/auto_dataset.py Co-authored-by: Kaushik B <[email protected]> * update * Update tests/data/test_data_pipeline.py Co-authored-by: Kaushik B <[email protected]> * update * update * add some docstring * update docstring * update on comments * Fixes * Docs * Docs * update ci * update on comments * Update flash/data/batch.py Co-authored-by: Kaushik B <[email protected]> * Update flash/data/data_module.py * Update flash/data/process.py * Apply suggestions from code review * cleaning * add pip install * switch back to master * update requierements * try * try * try * update * prune legacy * update * update * update to latest * delete extra files * updates to Task class * Update Datamodule * resolve comments * update * update * update * update * try * update * udpate * update * update * update * formatting * update on comments * update on comments * General changes * General changes * update * update * add _data_pipeline back * update Co-authored-by: justusschock <[email protected]> Co-authored-by: Justus Schock <[email protected]> Co-authored-by: Kaushik B <[email protected]> Co-authored-by: Kaushik Bokka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholi <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
- Loading branch information
1 parent
3b4c6b6
commit ba34bf4
Showing
78 changed files
with
1,979 additions
and
1,877 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.