pals-ttic / sjc

Score Jacobian Chaining: Lifting Pretrained 2D Diffusion Models for 3D Generation (CVPR 2023)
https://pals.ttic.edu/p/score-jacobian-chaining
Other
504 stars 15 forks source link

Drop the duplicate running process in the queue on Hugging Face #12

Open fenglinglwb opened 1 year ago

fenglinglwb commented 1 year ago

Thanks for the amazing job.

When starting to train a model, after refreshing the page, the original running process cannot be found. How to find it? Run one again and find that multiple processes (including the original one) are running simultaneously, leading to extremely slow training.

Do you have any suggestions?