Skip to content

Commit

Permalink
FIX rambutan symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Aug 22, 2017
1 parent 2300628 commit 355f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rambutan/rambutan.py
Expand Up @@ -357,7 +357,7 @@ def fit(self, sequence, dnase, contacts, regions=None, validation_contacts=None,
from .models import RambutanSymbol

if symbol is None:
symbol = self.model
symbol = RambutanSymbol

model = symbol(ctx=map(mx.gpu, ctxs),
epoch_size=self.epoch_size,
Expand Down

0 comments on commit 355f1de

Please sign in to comment.