GRUV icon indicating copy to clipboard operation
GRUV copied to clipboard

Error when predicting

Open ghost opened this issue 8 years ago • 1 comments

I successfully trained with the default mp3. But I'm getting this error when predicting:

    seedSeqNew = model._predict(seedSeq) #Step 1. Generate X_n + 1
AttributeError: 'Sequential' object has no attribute '_predict'

ghost avatar Jul 19 '16 16:07 ghost

Remove the _ in _predict

schlunsen avatar Aug 06 '16 21:08 schlunsen