Skip to content
Snippets Groups Projects
Commit 8dd85019 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[configs.models.*ssl] Set ssl=True for these models

parent c4a988bf
No related branches found
No related tags found
1 merge request!12Streamlining
......@@ -51,6 +51,7 @@ optimizer = AdaBound(
# criterion
criterion = MixJacLoss(lambda_u=0.05, jacalpha=0.7)
ssl = True
# scheduler
scheduler = MultiStepLR(
......
......@@ -50,6 +50,7 @@ optimizer = AdaBound(
# criterion
criterion = MixJacLoss(lambda_u=0.05, jacalpha=0.7)
ssl = True
# scheduler
scheduler = MultiStepLR(
......
......@@ -56,6 +56,7 @@ optimizer = AdaBound(
# criterion
criterion = MixJacLoss(lambda_u=0.05, jacalpha=0.7)
ssl = True
# scheduler
scheduler = MultiStepLR(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment