- Changed Branch from nbdev to main
- nbdev Branch deleted
- Hydra works using --config-dir argument
- Copied config to cwd (user accessible)
- Removed
download_configs
- get_confusion_matrix and get_classification report refactored from train.py to visualization.py
- Hydra now works using decorators and takes CLI arguments
- Remove Bad images directory
- Hydra relative path
- Hydra ignoring passed arguments
- Logging duplicate lines
- Downloading configs from Github (nbdev repo)
- Inspiration
- Directory Tree Updated
- Added console_script commands
-
Added console_scripts using
settings.ini
- rocks_clean_data
- rocks_download_data
- rocks_process_data
- rocks_train_model
- rocks_deploy_bot
-
Converted shell scripts to python scripts.
No need to call those messy shell scripts anymore!
-
Removed
src
directory, primarily writing packages using nbdev now. -
download_datasets is now a
class
calleddownload_and_move
. -
Downloading datasets directly from huggingface datasets instead of using kaggle cli.
- Skipping downloading the zip files if they already exist.