Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored Jul 26, 2019
1 parent 4b56ca9 commit 2fd80d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! /usr/bin/python
# -*- coding: utf8 -*-

import time, random
import time
import random
import numpy as np
import scipy, multiprocessing
import tensorflow as tf
Expand Down

0 comments on commit 2fd80d0

Please sign in to comment.