yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

Checkpoint #30

Open FT1021 opened 1 year ago

FT1021 commented 1 year ago

There is a "for" circle in your code with relate to checkpoints, however I haven't discover any consecutively numbered checkpoints. Can I replace them with one checkpoint if it does not have much influence on outputs.

Codes in run_lib: "for ckpt in range(begin_ckpt, config.eval.end_ckpt + 1)" (There is no such consecutive numbered checkpoint in presented URL).

Error for example: Waiting for check_point 9 (I can not download check_point 9 anywhere).