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

Commit

Permalink
remove CORnets from list of ML base-models
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrimpf committed Jul 16, 2019
1 parent 288c8f7 commit 8dea21f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions candidate_models/base_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ def __init__(self):
multiplier=multiplier: TFSlimModel.init(
identifier, preprocessing_type='inception', image_size=image_size, net_name=net_name,
model_ctr_kwargs={'depth_multiplier': multiplier})
# CORnets
for cornet_type in ['Z', 'R', 'R2', 'S']:
identifier = f"CORnet-{cornet_type}"
_key_functions[identifier] = lambda identifier=identifier: cornet(identifier)

# instantiate models with LazyLoad wrapper
for identifier, function in _key_functions.items():
Expand Down

0 comments on commit 8dea21f

Please sign in to comment.