adambielski/siamese-triplet

Save Model Path?

dvlshah opened this issue · 1 comments

I am training the Triplet MNIST model and couldn't find the path where the model is saved?

It's not saved in the visualization examples. If you need to save the model just save it as you would normally do in PyTorch, it's all in PyTorch documentation (torch.save(...)).