submitting the model

2 posts / 0 new
Last post
Yehuda Buganim
submitting the model

the model I save using torch.save(net.state_dict(), 'model.pt') is 54 Mb and too big to be sent by mail. is that make sense? Network is 4761>3000>10 and run for 50 epoch

Jonathan Shlomi
send it through google drive

send it through google drive / dropbox or similar.

it makes sense that it would be that size