Skip to content

Commit

Permalink
fixed mine removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon committed Apr 14, 2019
1 parent e6622e1 commit 1242330
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from cortex_DIM.evaluation_models.classification_eval import ClassificationEval
from cortex_DIM.evaluation_models.ndm_eval import NDMEval
from cortex_DIM.evaluation_models.msssim_eval import MSSSIMEval
from cortex_DIM.evaluation_models.mine_eval import MINEEval
from cortex_DIM.models.controller import Controller
from cortex_DIM.models.coordinates import CoordinatePredictor
from cortex_DIM.models.dim import GlobalDIM, LocalDIM
Expand All @@ -31,7 +30,6 @@
coordinates=CoordinatePredictor,
classifier=ClassificationEval,
ndm=NDMEval,
mine=MINEEval,
msssim=MSSSIMEval
)

Expand Down

0 comments on commit 1242330

Please sign in to comment.