Skip to content

Commit

Permalink
delete blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ka10ryu1 committed Jun 12, 2018
1 parent a42ade6 commit f355ceb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file removed FontData/test_32x32_001200.npz
Binary file not shown.
Binary file removed FontData/train_32x32_010800.npz
Binary file not shown.
1 change: 0 additions & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def main(args):
model = L.Classifier(
JC(n_unit=unit, n_out=ch, rate=sr, actfun1=af1, actfun2=af2)
)

# load_npzのpath情報を取得し、学習済みモデルを読み込む
load_path = F.checkModelType(args.model)
try:
Expand Down

0 comments on commit f355ceb

Please sign in to comment.