Saving and loading model in tensorflow 2.0.1

后端 未结 0 1251
旧巷少年郎
旧巷少年郎 2021-01-29 01:12
class SimpleDense(Layer):

def __init__(self, units=1, name=\'SimpleDense\',  **kwargs):
    \'\'\'Initializes the instance attributes\'\'\'
    super(SimpleDense, self)         


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