We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56ca9 commit 2fd80d0Copy full SHA for 2fd80d0
train.py
@@ -1,7 +1,8 @@
1
#! /usr/bin/python
2
# -*- coding: utf8 -*-
3
4
-import time, random
+import time
5
+import random
6
import numpy as np
7
import scipy, multiprocessing
8
import tensorflow as tf
0 commit comments