Skip to content

Commit

Permalink
Update ssl configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Mar 13, 2023
1 parent 75ca427 commit 24205e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# pylint: disable=invalid-name

_base_ = "../../base/models/efficientnet.py"
_base_ = ["../../../../../recipes/stages/classification/semisl.yaml", "../../base/models/efficientnet.py"]

model = dict(
task="classification",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# pylint: disable=invalid-name

_base_ = "../../base/models/efficientnet_v2.py"
_base_ = ["../../../../../recipes/stages/classification/semisl.yaml", "../../base/models/efficientnet_v2.py"]

model = dict(
task="classification",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# pylint: disable=invalid-name

_base_ = "../../base/models/mobilenet_v3.py"
_base_ = ["../../../../../recipes/stages/classification/semisl.yaml", "../../base/models/mobilenet_v3.py"]

model = dict(
task="classification",
Expand Down

0 comments on commit 24205e1

Please sign in to comment.