Closed z430 closed 5 years ago
Thanks for sharing your code. I have a question, how to save the MAML weight? I tried save the MAML object using pickle but didn't work
Hey @z430,
Can you try model.save?
model.save
This should work out of the box.
yeah, model.save_weights works
model.save_weights
Thanks for sharing your code. I have a question, how to save the MAML weight? I tried save the MAML object using pickle but didn't work