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

Commit

Permalink
remove top-level model imports for CORnet/ConvRNN (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrimpf authored Jul 28, 2020
1 parent 745f9d1 commit f62551c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions candidate_models/base_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

from brainscore.utils import LazyLoad, fullname
from candidate_models import s3
from candidate_models.base_models.cornet import cornet
from candidate_models.base_models.convrnn.convrnn_base import load_median_model
from model_tools.activations import PytorchWrapper, KerasWrapper
from brainscore.submission.utils import UniqueKeyDict
from model_tools.activations.tensorflow import TensorflowWrapper, TensorflowSlimWrapper
Expand Down

0 comments on commit f62551c

Please sign in to comment.