Deeplearning mit Python Tensorflow, KerasPython

Python-Programme
Guest
 Deeplearning mit Python Tensorflow, Keras

Post by Guest »

Ich schreibe gerade eine Masterarbeit über Deep Learning und habe wahrscheinlich ein Problem mit der Bibliothek.
Unten ist der Fehler:

Code: Select all

AttributeError: module 'tensorflow.compat.v2' has no attribute '__internal__'
Modell:

Code: Select all

import tensorflow
from tensorflow import  keras
from keras import models
from keras import layers
model = models.Sequential()
model.add(layers.Dense(32, input_shape=(784,)))
model.add(layers.Dense(32))

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post