Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Peter Hessey 59214c268e
DOC: Add all `InnerEye/ML` docstrings to ReadTheDocs (#783)
* 📝 Create basic for ML API

* 📝 Add ML/configs base doc files

* 📝 Finish ML/configs API

* 📝 Update augmentations

* 📝 Add ML/dataset API docs

* 📝 Add rst skeleton for ML/models

* 📝 Fix docstring missing newlines

* Remove script

* 📝 Finish ML/models API docs

* 📝 Start ML/SSL API. Fix some formatting issues

* 📝 Correct whitespace issues in `:param`

* 📝 Fix whitespace errors on `:return` statements

* 📝 Fix :return: statements

* 📝 Finish ML/SSL API

* 📝 Add ML/utils API docs

* 📝 Add visualizer docs, fix `:raise` indents

* 📝 Fix more issues with the `:raises:` formatting

* ♻️ Restructuring folders

* 📝 Limit API `toctree` depth

* 📝 Add primary InnerEye/ML files API to docs

* 📝 Fix and add `InnerEye/ML/*.py` docs

* ⚰️ Remove weird `settings.json` change

* ♻️ 💡 Address review comments
2022-08-16 08:58:38 +00:00
Anton Schwaighofer 7cd7e58899
Fix timeouts when downloading multiple checkpoint files (#498)
Downloading multiple checkpoints uses a codepath that has a fixed 120sec timeout. Instead, use multiple individual download operations.
2021-06-22 13:33:33 +00:00
Anton Schwaighofer e7a88877c5
Switch more code to using Path (#305)
- Rename the `TestOutputDirectories` class because it is picked up by pytest as something it expects to contain tests
- Switch fields to using `Path`, rather than `str`
2020-11-02 19:49:13 +00:00
Jay Nanavati 00050e7ec5
Use AML Run API to download run artefacts instead of blobxfer (#219)
This change migrates the currently blobxfer usage to download AML run output blobs using the AML Run API.
2020-09-16 09:33:56 +01:00
David Carter a36d2668b3
Update most dependencies (#181)
This PR upgrades all packages to their newest versions, except for pytorch (left at 1.3) and torchvision whose version needs to match the pytorch version. The pytorch version may stay at 1.3 until 1.7 is released, as 1.4, 1.5 and 1.6 all present hard-to-fix problems.

* azureml-sdk upgraded from 1.9 to 1.12.
* Removed from environment.yml altogether, as they're either not needed or are pulled in by other packages: jupyter, mock, options.
* Estimator(...) replaced by PyTorch(...) when creating the estimator, as in future we may need to be able to set framework_version.
* Format strings (f"...") without any {variables} inside them replaced by ordinary strings, to keep new version of flake happy.
* Single-letter variable names replace by multi-letter, for same reason.
* Remove "reorder" workaround for the python-version bug in merging conda dependencies, which is fixed in azuremk-sdk 1.12.
* Remove HotFixedTensorBoard as test pass without it.
* Add comments to lr_scheduler.py to specify changes required for get_[last_]lr when we upgrade pytorch beyond 1.3.
* A few other minor things required by new versions of packages.
2020-08-28 15:04:22 +05:30
Shruthi42 d6a3d73ccf Add source code 2020-07-29 00:30:35 +05:30