This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Rename pretraining_run_checkpoints (#841)
"Parameter `extra_downloaded_run_id` has been renamed to `pretraining_run_checkpoints`" (According to CHANGELOG.md) but is still in used in SSLClassifierContainer class (in InnerEye/ML/SSL/lightning_containers/ssl_image_classifier.py). It will raise an AttributeError: 'SSLClassifierCIFAR' object has no attribute 'extra_downloaded_run_id' when trying to run python InnerEyeML/runner.py --model=CXRImageClassifier --pretraining_run_recovery_id={THE_ID_TO_YOUR_SSL_TRAINING_JOB}. So renamed it to `pretraining_run_checkpoints` there too. <!-- ## Guidelines Please follow the guidelines for pull requests (PRs) in [CONTRIBUTING](/docs/contributing.md). Checklist: - Ensure that your PR is small, and implements one change - Give your PR title one of the prefixes ENH, BUG, STYLE, DOC, DEL to indicate what type of change that is (see [CONTRIBUTING](/docs/contributing.md)) - Link the correct GitHub issue for tracking - Add unit tests for all functions that you introduced or modified - Run automatic code formatting / linting on all files ("Format Document" Shift-Alt-F in VSCode) ## Change the default merge message When completing your PR, you will be asked for a title and an optional extended description. By default, the extended description will be a concatenation of the individual commit messages. Please DELETE/REPLACE that with a human readable extended description for non-trivial PRs. -->
- Loading branch information