martinwholtmon / IT3920-2024-Master-MSIT

Master project for MSIT 2024 - Towards Efficient Human Action Recognition: The Role of Keyframe Selection in Video Processing
MIT License
0 stars 0 forks source link

Update dev mode flag and disable evaluation during development #77

Closed martinwholtmon closed 5 months ago

martinwholtmon commented 5 months ago

This pull request updates the --fast_dev_run flag to --dev in order to improve clarity and consistency. Additionally, it disables model evaluation during development to speed up the development process.

It will set the fast_dev_run boolean for the pytorch lightning training param.