Skip to content

Commit

Permalink
utils: Add unimported functions: num_corrects, lcm
Browse files Browse the repository at this point in the history
  • Loading branch information
paniabhisek committed May 28, 2020
1 parent bdea64b commit 8f6fdd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
from model import MaxoutConvMNIST
from logs import get_logger
from utils import init_hyper_params
from utils import num_corrects
from utils import device
from utils import lcm
from timer import total

class BenchMark:
Expand Down

0 comments on commit 8f6fdd5

Please sign in to comment.