File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- from musiclm_pytorch .musiclm_pytorch import MuLaN , MuLaNEmbedQuantizer , MusicLM
2
-
3
- from musiclm_pytorch .musiclm_pytorch import AudioSpectrogramTransformer , TextTransformer
1
+ from musiclm_pytorch .musiclm_pytorch import (
2
+ MuLaN ,
3
+ MuLaNEmbedQuantizer ,
4
+ MusicLM ,
5
+ AudioSpectrogramTransformer ,
6
+ TextTransformer ,
7
+ SigmoidContrastiveLearning ,
8
+ SoftmaxContrastiveLearning
9
+ )
4
10
5
11
from musiclm_pytorch .trainer import MuLaNTrainer
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = 'musiclm-pytorch' ,
5
5
packages = find_packages (exclude = []),
6
- version = '0.2.6 ' ,
6
+ version = '0.2.7 ' ,
7
7
license = 'MIT' ,
8
8
description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis' ,
9
9
author = 'Phil Wang' ,
You can’t perform that action at this time.
0 commit comments