Tensorflow Keras TypeError: object of type 'NoneType' has no len()

后端 未结 0 1677
夕颜
夕颜 2021-02-09 18:20
import tensorflow as tf
import tensorflow.keras.layers as nn
import numpy as np

class Base(tf.keras.Model):
    def __init__(self):
        super(Base, self).__init__()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题