-
Thank you for your great work! I really appreciate your efforts in creating such a wonderful tool for generating music from music. I would like to ask you if you have any plans to fine-tune or train a…
-
1. 要件定義
- [ ] サービス概要
- [ ] 機能定義
2. 設計
- [ ] 言語・FW選定
- [ ] I/O設計
- [ ] システム全体アーキテクチャ設計
- [ ] 開発環境構築
3. プロトタイピング / モック作成
- [ ] モック作成
4. 実装
- [ ] 実装
5. テスト
- [ ] ユニットテスト
- [ ] 結合テスト
- [ ] U…
-
Hello,
I'm trying to reproduce the MusicGen evaluation metrics on MusicCaps dataset. I've downloaded the dataset and have created the manifest file according to the instructions in the repo https:/…
-
`pip install -e .`
`Obtaining file:///Users/senolsahin/Work/Text2Music`
`ERROR: file:///Users/senolsahin/Work/Text2Music does not appear to be a Python project: neither 'setup.py' nor 'pyproject…
-
Trying to get the lumina_music demo working.
I have all the models downloaded locally.
Using the command...
`python demo_music.py --ckpt ..\models\Lumina-Music\music_generation --vocoder_ckpt ..\m…
-
Now I know that when I fine-tune musicgen-melody, the form of the dataset is the same as the form of the other text2music models, that is, the target audio and the condition audio to be converted to t…
-
I am confusing about the text2music config. It seems like in `config/model/lm/default.yaml` the `cross_attention=False` and I didn't see any overwrite in `musicgen_lm.yaml` but in the output of the fu…
-
サービス概要決定しましょ
-
감정 자체에 장르 할당
감정적인 요소들로 사전학습된 LLM 돌려서 음악캡션 생성하고 해당 캡션으로 오디오 생성 진행
감정에 코드 진행이나 bpm, 조 등 음악 특징 하드코딩 연결
-
Hello,
I have 8 * A40(48G) GPUs, so I wanna use them all for training and inferencing.
But I can't find the Multi-GPU things like DataParallel or DistributedDataParallel in train.py code, maybe …