Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
SoundScape-AI
/
ClearSep
like
0
Follow
SoundScapeAI
3
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
ClearSep
/
run.sh
Tianhao Wang
first commit
dbbd709
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
198 Bytes
#!/bin/bash
exp_dir=experiments/ClearSep_audioset_32k
resume_ckpt=
"
${exp_dir}
/checkpoints/last.ckpt"
python train.py
$exp_dir
\
--resume_ckpt
$resume_ckpt
\
--use_cuda \
--gpu_ids 0 1 2 3