Li Xian

Results 15 comments of Li Xian

Hi, very sorry for the late response! > I try to run train_distill.py to replicate the C2F method and then modify the code to fine-tune the model on my own...

Could you please give me more details about your goals? Are you looking to pretrain a self-supervised model with your own data set, or are you interested in fine-tuning a...

Did you have torch installed with cuda support ? Could you please check what the following code returns ? ```import torch print(torch.cuda.is_available()) ```

@Angelalilyer

This repository contains [shell scripts](https://github.com/Audio-WestlakeU/audiossl/tree/main/audiossl/methods/atstframe/shell/downtream/finetune) that demonstrate how to perform fine-tuning on various downstream tasks. We recommend following these scripts as a guide. If you encounter any issues, please feel...