Closed Brodvd closed 1 month ago
Hi @liuxubo717 I ranpipiline.py but where I find the checkpoint 3920000.ckpt? With the others checkpoint make error.
pipiline.py
3920000.ckpt
if __name__ == '__main__': device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') model = build_audiosep( config_yaml='config/audiosep_base.yaml', checkpoint_path='checkpoint/step=3920000.ckpt', device=device)
Hi @liuxubo717 I ran
pipiline.py
but where I find the checkpoint3920000.ckpt
? With the others checkpoint make error.