We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a416d23 commit 020b349Copy full SHA for 020b349
deep_learning_examples/train_model.py
@@ -12,7 +12,7 @@
12
from multiprocessing import Process as Thread, Queue
13
from itertools import cycle, islice
14
15
-EPOCH_SIZE = 16384
+EPOCH_SIZE = 2048
16
train_queue = Queue(maxsize=20)
17
test_queue = Queue(maxsize=20)
18
deep_learning_examples/train_xor.sh
@@ -1,2 +1,2 @@
1
#!/usr/bin/env bash
2
-KERAS_BACKEND="theano" THEANO_FLAGS=device=gpu,floatX=float32 python train_xor_lstm.py
+KERAS_BACKEND="theano" THEANO_FLAGS=device=gpu,floatX=float32 python train_model.py
0 commit comments