Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
okuta committed Dec 15, 2018
1 parent cb9bbe1 commit a71ffef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/ptb/train_ptb_custom_loop.py
Expand Up @@ -10,7 +10,6 @@
applies an optimizer to update the model.
"""
import argparse
import copy
import numpy as np

import chainer
Expand Down
Expand Up @@ -22,7 +22,6 @@
"""
from __future__ import print_function
import argparse
import copy
import numpy as np
import random

Expand Down

0 comments on commit a71ffef

Please sign in to comment.