Skip to content

Commit

Permalink
removing mlp_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon committed Apr 25, 2019
1 parent d1beece commit bac4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex_DIM/models/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from cortex_DIM.models.dim import LocalDIM, GlobalDIM
from cortex_DIM.models.coordinates import CoordinatePredictor


logger = logging.getLogger('cortex_DIM')

# We put this out here instead of inside the encoder because of pickle.
Expand Down Expand Up @@ -151,7 +152,6 @@ def build(self, output_units=64, encoder_config='basic32x32', encoder_args={},
config_dict = dict()
config_dict.update(**convnet_configs)
config_dict.update(**resnet_configs)
config_dict.update(**mlp_configs)

config = config_dict.get(encoder_config, None)
if config is None:
Expand Down

0 comments on commit bac4765

Please sign in to comment.