-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
(open-musiclm) G:\Learn\AmateurLearning\AI\Practice\open-musiclm-main>python ./scripts/train_clap_rvq.py --results_folder ./results/clap_rvq --model_config ./configs/model/musiclm_small.json --training_config ./configs/training/train_musiclm_fma.json
loading clap...
Some weights of the model checkpoint at roberta-base were not used when initializing RobertaModel: ['lm_head.decoder.weight', 'lm_head.dense.weight', 'lm_head.bias', 'lm_head.layer_norm.weight', 'lm_head.layer_norm.bias', 'lm_head.dense.bias']
- This IS expected if you are initializing RobertaModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing RobertaModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
F:\Miniconda\envs\open-musiclm\Lib\site-packages\torchaudio\transforms_transforms.py:611: UserWarning: Argument 'onesided' has been deprecated and has no influence on the behavior of this module.
warnings.warn(
F:\Miniconda\envs\open-musiclm\Lib\site-packages\accelerate\accelerator.py:258: FutureWarning:logging_diris deprecated and will be removed in version 0.18.0 of 🤗 Accelerate. Useproject_dirinstead.
warnings.warn(
F:\Miniconda\envs\open-musiclm\Lib\site-packages\accelerate\accelerator.py:375: UserWarning:log_with=tensorboardwas passed but no supported trackers are currently installed.
warnings.warn(f"log_with={log_with}was passed but no supported trackers are currently installed.")
Traceback (most recent call last):
File "G:\Learn\AmateurLearning\AI\Practice\open-musiclm-main\scripts\train_clap_rvq.py", line 33, in
trainer = create_clap_rvq_trainer_from_config(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\Learn\AmateurLearning\AI\Practice\open-musiclm-main\scripts..\open_musiclm\config.py", line 317, in create_clap_rvq_trainer_from_config
trainer = ClapRVQTrainer(
^^^^^^^^^^^^^^^
File "G:\Learn\AmateurLearning\AI\Practice\open-musiclm-main\scripts..\open_musiclm\trainer.py", line 606, in init
self.ds = SoundDataset(
^^^^^^^^^^^^^
File "G:\Learn\AmateurLearning\AI\Practice\open-musiclm-main\scripts..\open_musiclm\data.py", line 80, in init
assert path.exists(), 'folder does not exist'
AssertionError: folder does not exist @zhvng @jlalmes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels