Skip to content

Commit

Permalink
Add SimCLR model.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 599541917
  • Loading branch information
Bart van Merriënboer authored and copybara-github committed Jan 18, 2024
1 parent 056fabc commit 77edeff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chirp/projects/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from absl import logging
from chirp import config_utils
from chirp.configs import config_globals
from chirp.projects.weakly_supervised import train as weakly_supervised
from chirp.train import classifier
from chirp.train import hubert
from chirp.train import mae
Expand Down Expand Up @@ -67,7 +66,6 @@ def __call__(
"mae": mae.run,
"hubert": hubert.run,
"separator": separator.run,
"weakly_supervised": weakly_supervised.run,
}

_CONFIG = config_flags.DEFINE_config_file("config")
Expand Down

0 comments on commit 77edeff

Please sign in to comment.