Views
No views yet

rs2/best_inference_ckpt.tar.rsN where N ranges from 0 to 3. This corresponds to the four random seeds trained. Within each directory, the checkpoints available are:best_ckpt.tar (this is the checkpoint with lowest validation loss throughout training)best_inference_ckpt.tar (this is the checkpoint with lowest time-mean inference error through training, see Equation 8 of ACE2 paper)rs2 and rs3, ckpt_0025.tar, ckpt_0050.tar, ckpt_0075.tar and ckpt_0100.tar are the checkpoints after 25, 50, 75 and 100 epochs of trainingpython -c "import torch; print(torch.load('CKPT_FILENAME.tar')['num_batches_seen'])"