Skip to content

Commit

Permalink
Error Fix: Remove a useless import
Browse files Browse the repository at this point in the history
it causes error.
  • Loading branch information
developer0hye authored Jul 27, 2019
1 parent a956baa commit df502fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from collections import OrderedDict
import pretrainedmodels
import argparse
import torch
import torch.nn as nn
Expand Down

0 comments on commit df502fb

Please sign in to comment.