PyTorch Forums
Runtime error on saving the module
lelouedec
(Lelouedec)
March 20, 2018, 8:10am
2
can you try :
model.save(‘./checkpoint/epoch’+str(epoch)+‘.ckpt’)
?
show post in topic