Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add Covid configs #456

Merged
merged 21 commits into from
May 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename COVID_NIH_BYOL to NIH_COVID_BYOL
Shruthi42 committed May 13, 2021
commit 3ac59f6e8c3250dab509c7876bc9ba8d43d6c007
2 changes: 1 addition & 1 deletion InnerEye/ML/configs/ssl/CovidContainers.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
COVID_DATASET_ID = "id-of-your-dataset"


class COVID_NIH_BYOL(SSLContainer):
class NIH_COVID_BYOL(SSLContainer):
"""
Class to train a SSL model on NIH dataset and monitor embeddings quality on a Covid Dataset.
"""