Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ImageNet datamodule, refactor datamodule configs [RT-76] (#6)
* Add stub for imagenet datamodule Signed-off-by: Fabrice Normandin <[email protected]> * Add SLURM_TMPDIR in devcontainer, add notes Signed-off-by: Fabrice Normandin <[email protected]> * Add Olexa's imagenet recipe in python form Signed-off-by: Fabrice Normandin <[email protected]> * Add DataModule for the ImageNet dataset Signed-off-by: Fabrice Normandin <[email protected]> * Use .yaml files with structured base 4 datamodules Signed-off-by: Fabrice Normandin <[email protected]> * Fix typo in log, change preparation benchmark dir Signed-off-by: Fabrice Normandin <[email protected]> * Reduce logging verbosity a bit Signed-off-by: Fabrice Normandin <[email protected]> * Temporarily add a project cmd -> project/main.py Signed-off-by: Fabrice Normandin <[email protected]> * Fix tiny bugs and import errors Signed-off-by: Fabrice Normandin <[email protected]> * Add notes about extending structured configs Signed-off-by: Fabrice Normandin <[email protected]> * Fix some issues, fix defaults Signed-off-by: Fabrice Normandin <[email protected]> * Minor touchup Signed-off-by: Fabrice Normandin <[email protected]> * Touchups and import fixes Signed-off-by: Fabrice Normandin <[email protected]> * Switch to full config files for datamodule configs Signed-off-by: Fabrice Normandin <[email protected]> * Add marks for combinations of configs Signed-off-by: Fabrice Normandin <[email protected]> * Add regression file for ImageNet batch Signed-off-by: Fabrice Normandin <[email protected]> * Add pytest-testmon dev dependency Signed-off-by: Fabrice Normandin <[email protected]> * Fix pre-commit issue Signed-off-by: Fabrice Normandin <[email protected]> * Fix bug in VisionDataModule.train/test/val kwargs Signed-off-by: Fabrice Normandin <[email protected]> * Fix issues with imagenet32+VisionDataModule Signed-off-by: Fabrice Normandin <[email protected]> * Add a regression file for first batch ImageNet32 Signed-off-by: Fabrice Normandin <[email protected]> * Move VisionDataModule, fix import issues Signed-off-by: Fabrice Normandin <[email protected]> * Update dependencies Signed-off-by: Fabrice Normandin <[email protected]> * Find working combination of pydantic/lightning Signed-off-by: Fabrice Normandin <[email protected]> * Fix integration tests that have to do with dataset Signed-off-by: Fabrice Normandin <[email protected]> * Fix typo Signed-off-by: Fabrice Normandin <[email protected]> * Update devcontainer file Signed-off-by: Fabrice Normandin <[email protected]> --------- Signed-off-by: Fabrice Normandin <[email protected]>
- Loading branch information