Skip to content

Commit

Permalink
Add JSSL experiments (#278)
Browse files Browse the repository at this point in the history
* JSSL/SSL vsharp engine
* Documentation updates
  • Loading branch information
georgeyiasemis committed May 22, 2024
1 parent 66dd5cd commit 575b33a
Show file tree
Hide file tree
Showing 40 changed files with 21,690 additions and 4 deletions.
2 changes: 1 addition & 1 deletion direct/nn/ssl/mri_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from direct.utils import detach_dict, dict_to_device, normalize_image
from direct.utils.events import get_event_storage

__all__ = ["SSLMRIModelEngine"]
__all__ = ["SSLMRIModelEngine", "JSSLMRIModelEngine"]


class SSLMRIModelEngine(MRIModelEngine):
Expand Down
Loading

0 comments on commit 575b33a

Please sign in to comment.