1. 29 Oct, 2022 37 commits
  2. 28 Oct, 2022 3 commits
    • Muhammad Rizqi Nur's avatar
      Fix log off by 1 · 9ceef81f
      Muhammad Rizqi Nur authored
      9ceef81f
    • benkyoujouzu's avatar
      b2a8b263
    • Antonio's avatar
      Natural sorting for dropdown checkpoint list · 5d5dc640
      Antonio authored
      Example:
      
      Before					After
      
      11.ckpt					11.ckpt
      ab.ckpt					ab.ckpt
      ade_pablo_step_1000.ckpt	ade_pablo_step_500.ckpt			
      ade_pablo_step_500.ckpt	ade_pablo_step_1000.ckpt	
      ade_step_1000.ckpt		ade_step_500.ckpt
      ade_step_1500.ckpt		ade_step_1000.ckpt
      ade_step_2000.ckpt		ade_step_1500.ckpt
      ade_step_2500.ckpt		ade_step_2000.ckpt
      ade_step_3000.ckpt		ade_step_2500.ckpt
      ade_step_500.ckpt			ade_step_3000.ckpt
      atp_step_5500.ckpt			atp_step_5500.ckpt
      model1.ckpt				model1.ckpt
      model10.ckpt				model10.ckpt
      model1000.ckpt			model33.ckpt
      model33.ckpt				model50.ckpt
      model400.ckpt			model400.ckpt
      model50.ckpt				model1000.ckpt
      moo44.ckpt				moo44.ckpt
      v1-4-pruned-emaonly.ckpt	v1-4-pruned-emaonly.ckpt
      v1-5-pruned-emaonly.ckpt	v1-5-pruned-emaonly.ckpt
      v1-5-pruned.ckpt			v1-5-pruned.ckpt
      v1-5-vae.ckpt				v1-5-vae.ckpt
      5d5dc640