pumpikano / tf-dann

Domain-Adversarial Neural Network in Tensorflow
MIT License
628 stars 224 forks source link

save the model #32

Open eliottbrion opened 4 years ago

eliottbrion commented 4 years ago

Hello, Great implementation, thanks for sharing! I'd like to save the trained model. Do you have an idea of the simplest way to do this? I have tried with pickle but got an error: TypeError: can't pickle _thread.lock objects

Best, Eliott