Simpoint checkpoint reload problem #2529
Unanswered
badgate503
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys. I use the following script to generate Simpoint checkpoints:
the
interval_length
andwarmup_length
are 50M and 250M respectivelyAnd it just so happens that one of the checkpoints given by Simpoint start from Interval 0, making the warmup phase completely truncated, logically speaking, the checkpoint should still run one interval. but when I reload the checkpoints with following script:
the checkpoint which start from interval 0 just terminates after 10000 ticks, instead of running one interval. while other checkpoints ran as expected
I really can't figure out this on myself. and I searched online but found nothing helpful
Beta Was this translation helpful? Give feedback.
All reactions