You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
David-Laxers-MacBook-Pro:~ davidlaxer$ conda list tensorflow
# packages in environment at /Users/davidlaxer/anaconda:
#
# Name Version Build Channel
tensorflow 1.8.0 <pip>
tensorflow-tensorboard 0.1.8 <pip>
David-Laxers-MacBook-Pro:~ davidlaxer$ conda list keras
# packages in environment at /Users/davidlaxer/anaconda:
#
# Name Version Build Channel
dist-keras 0.2.1 <pip>
Keras 2.1.6 <pip>
Keras-Applications 1.0.1 <pip>
Keras-Preprocessing 1.0.1 <pip>
plaidml-keras 0.0.0.dev0 <pip>
David-Laxers-MacBook-Pro:~ davidlaxer$
as well as on Ubuntu 14.04LTS:
(spacy) ubuntu@ip-10-0-1-112:~/dist-keras$ conda list tensorflow
# packages in environment at /home/ubuntu/anaconda/envs/spacy:
#
# Name Version Build Channel
tensorflow 1.3.0 0
tensorflow-base 1.3.0 py36h5293eaa_1
tensorflow-gpu 1.3.0 0
tensorflow-gpu-base 1.3.0 py36cuda8.0cudnn6.0_1
tensorflow-tensorboard 0.1.5 py36_0
(spacy) ubuntu@ip-10-0-1-112:~/dist-keras$ conda list keras
# packages in environment at /home/ubuntu/anaconda/envs/spacy:
#
# Name Version Build Channel
keras 2.1.5 py36_0
(spacy) ubuntu@ip-10-0-1-112:~/dist-keras$
SparkContext
Spark UI
Version
v2.4.0-SNAPSHOT
Master
local[*]
AppName
myAppName
Any ideas?
The text was updated successfully, but these errors were encountered:
I Added this method to the class SequentialWorker in the file 'distkeras/workers.py':
def add_history(self, h):
"""Appends the specified history data."""
d = {}
d['history'] = h
d['timestamp'] = time.time()
self.training_history.append(d)
SequentialWorker seems to work now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My training seems to 'hang' on the SingleTrainer:
E.g.
It happens on OS X 10.11.6
as well as on Ubuntu 14.04LTS:
Any ideas?
The text was updated successfully, but these errors were encountered: