Closed rpartsey closed 4 years ago
@rpartsey - This was a nice catch! I was just re-running to code to see why I missed it. It turns out that it works as expected despite the bug because the checkpoint_index was changed to the right value before entering the except
block. Thanks for the PR.
Changed
checkpoint_index
variable name toeval_ckpt_idx
to fix the unresolved reference error.See https://github.com/facebookresearch/OccupancyAnticipation/issues/6 for more details.