ML Model Tensorboard
mattmagic
Registered Posts: 12 ✭✭✭✭
Hey,
I am currently trying to run tensorboard in the visual analysis for my keras model.
Here are all packages installed in my conda env:
- scikit-learn>=0.19.1,<0.20
- statsmodels>=0.8,<0.9
- jinja2>=2.10,<2.11
- tensorflow
- flask
- tensorboard
- keras
- xgboost
- h5py=2.7.1
- pillow=5.1.0
- matplotlib
- gensim
- nltk
- seaborn
- bokeh
When trying to switch to tensorboard I am getting the following exception:
Backend died before start, caused by: CustomPythonKernelPythonException: Failed to run webapp backend
HTTP code: 500, type: com.dataiku.dip.webapps.backend.WebAppBackendRunner$BackendStartFailedException
Did anyone succeed running tensorboard on dataiku?
Cheers,
Matthew
Tagged:
Answers
-
Hi Matt,
for me Tensorboard doesn't work either on Python 3.6. Creating a Python 2.7 environment seemed to work for me.