Function call stack: keras_scratch_graph Error

前端 未结 7 610
傲寒
傲寒 2021-01-02 01:57

I am reimplementing a text2speech project. I am facing a Function call stack : keras_scratch_graph error in decoder part. The network architecture is from D

相关标签:
7条回答
  • 2021-01-02 02:55

    The following Tensorflow and Keras version removed my issue:

    tensorflow==2.2.0
    keras=2.3.1
    
    0 讨论(0)
提交回复
热议问题