Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
szmazurek committed Oct 2, 2024
1 parent 294b24d commit 891b084
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Some basic info:
- Deadline for package is 10th of October 2024 (MICCAI)
- POC by the end of August 2024, allow new developer commits in September or so
General documentation is in preparation, it will be made available soon.

Mixed precision training:
We currently support mixed precision training based on [lightning](https://pytorch-lightning.readthedocs.io/en/latest/advanced/mixed_precision.html). To use mixed precision, please set the "precision" field in the "compute" field. All available precision ooptions can be found under the link above.
We currently support mixed precision training based on [lightning](https://pytorch-lightning.readthedocs.io/en/latest/advanced/mixed_precision.html). To use mixed precision, please set the "precision" field in the "compute" field. All available precision options can be found under the link above.

```yaml
compute:
Expand Down

0 comments on commit 891b084

Please sign in to comment.