ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray) using fit_generator for LSTM autoencoder in Keras

前端 未结 0 386
清酒与你
清酒与你 2021-02-11 21:44

I am generating a dataset in batches to feed into an LSTM network in Keras.

Here is my generator:

    def generator(self):
            counter = 0
    
            


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