Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag (#34) Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Lorr1 master pr (#35) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * Lorr1 master pr (#36) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Lorr1 master pr (#37) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Lorr1 master pr (#38) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Removing psutil * Modified dependencies * Modified dependencies * Modified dependencies * Merge in entity profile (#40) * Lorr1 master pr2 (#41) * Merge in entity profile * Fixed tests * Lorr1 master pr2 (#43) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Lorr1 master pr (#39) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Merge in entity profile * Fixed tests * Updated requirements and setup to work with genie * Lorr1 master pr (#42) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Updated requirements and setup to work with genie * Finalized entiyt profile API for release * Lorr1 master pr2 (#44) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Lorr1 master pr (#39) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Merge in entity profile * Fixed tests * Updated requirements and setup to work with genie * Lorr1 master pr (#42) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Updated requirements and setup to work with genie * Finalized entiyt profile API for release * Fixed the mention selection criteria to not overcount mentions when doing batch eval. * Lorr1 master pr2 (#45) * feat(flake8 compatibility): made code flake8 compatible * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Lorr1 master pr (#39) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Merge in entity profile * Fixed tests * Updated requirements and setup to work with genie * Lorr1 master pr (#42) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Updated requirements and setup to work with genie * Finalized entiyt profile API for release * Fixed the mention selection criteria to not overcount mentions * Removed files befor emerge * Flake8 compatibility and fixed unit tests for release * Lorr1 master pr2 (#46) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Lorr1 master pr (#39) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Merge in entity profile * Fixed tests * Updated requirements and setup to work with genie * Lorr1 master pr (#42) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Updated requirements and setup to work with genie * Finalized entiyt profile API for release * Fixed the mention selection criteria to not overcount mentions * Removed files befor emerge * Flake8 compatibility and fixed unit tests for release * Updated requirements * Lorr1 master pr2 (#47) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Lorr1 master pr (#39) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Merge in entity profile * Fixed tests * Updated requirements and setup to work with genie * Lorr1 master pr (#42) * feat(annotator, datasets, init): fixed log in annotator, use_exact_path, example print flag Fixed logger in Annotator class. Fixed use exact path. Added flag to print examples in dataset. Fixed dotted dict to allow for saving best scoring model. * Fixed error in bootleg annotator with batched model size determination * fix(dumping predictions): fixed memory issues and allow for eval accumulated steps Reduced memory in prediction dumping to allow for step accumulation before dumping. This results in chunks of output files that are merged together and allows a user to control for constant memory. Also added the ability for dataset_threads == 1 to turn off Pools. * Added support for data_parallel eval. Some issues around pytorch/cuda versions * Bumpped travil python version * Fixed empty aliases * Updated requirements and setup to work with genie * Finalized entiyt profile API for release * Fixed the mention selection criteria to not overcount mentions * Removed files befor emerge * Flake8 compatibility and fixed unit tests for release * Updated requirements * Fixed tests by removing checkpointing to save disk space for ci
- Loading branch information