Skip to content

Commit

Permalink
Add 'from common.np import *'
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 authored Dec 18, 2019
1 parent 8439f27 commit df8b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04/train.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding: utf-8
import sys
sys.path.append('..')
import numpy as np
from common import config
# GPUで実行する場合は、下記のコメントアウトを消去(要cupy)
# ===============================================
# config.GPU = True
# ===============================================
from common.np import *
import pickle
from common.trainer import Trainer
from common.optimizer import Adam
Expand Down

0 comments on commit df8b4b5

Please sign in to comment.