4

TypeError: can't pickle _thread.lock objects

someone please guide me .....
pick.dump(model.fit(trainX, trainY, epochs=25, batch_size=1, verbose=2), filename)

Comments
  • 0
    :facepalm:
    not sure what are you tring to do, but try to pickle the data object instead of whatever you have there.
Add Comment