You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datalab.apache.org by "Vira Vitanska (Jira)" <ji...@apache.org> on 2021/06/30 11:50:00 UTC

[jira] [Created] (DATALAB-2474) [TensorFlow with Jupyter] Investigate why Create Models playbook runs with error

Vira Vitanska created DATALAB-2474:
--------------------------------------

             Summary: [TensorFlow with Jupyter] Investigate why Create Models playbook runs with error
                 Key: DATALAB-2474
                 URL: https://issues.apache.org/jira/browse/DATALAB-2474
             Project: Apache DataLab
          Issue Type: Task
      Security Level: Public (Regular Issues)
          Components: DataLab Main
            Reporter: Vira Vitanska
            Assignee: Mykola Bodnar
             Fix For: v.2.5
         Attachments: Jupyterwith TensorFlow.png

Preparation playbook Create Models run with error. It fails on the first block:
{code:java}
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-2-ffde0fe9d8cf> in <module>
      4 get_ipython().run_line_magic('matplotlib', 'inline')
      5 import tensorflow as tf
----> 6 from tf.keras.models import Sequential, load_model
      7 from keras.layers import Dropout, Flatten, Convolution2D, MaxPooling2D, Dense, Activation
      8 from keras.optimizers import Adam

ModuleNotFoundError: No module named 'tf'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@datalab.apache.org
For additional commands, e-mail: dev-help@datalab.apache.org