Skip to content

Commit

Permalink
Modify import-numpy for gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 committed Oct 22, 2018
1 parent e39f23d commit 2faf553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04/cbow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
import sys
sys.path.append('..')
import numpy as np
from common.np import * # import numpy as np
from common.layers import Embedding
from ch04.negative_sampling_layer import NegativeSamplingLoss

Expand Down

0 comments on commit 2faf553

Please sign in to comment.