TimDettmers / ConvE

Convolutional 2D Knowledge Graph Embeddings resources
MIT License
674 stars 163 forks source link

saved models reused #42

Closed Wilson-ZHANG closed 5 years ago

Wilson-ZHANG commented 5 years ago

If my network were broken some time, how to use the model in directory ‘saved models’ to continue the next epoch?

TimDettmers commented 5 years ago

This is a bit cumbersome, but you can edit the load parameter to true and make sure the model_name variable has the right path.