Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
273f9fee
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7c3a75a1ce7bdae1632dbcfd0bf2fda349a6fa36"
Commit
273f9fee
authored
Jun 15, 2022
by
anton-l
Browse files
Merge remote-tracking branch 'origin/main'
parents
8e5945a7
43849485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
273f9fee
...
@@ -271,3 +271,15 @@ from scipy.io.wavfile import write as wavwrite
...
@@ -271,3 +271,15 @@ from scipy.io.wavfile import write as wavwrite
sampling_rate
=
22050
sampling_rate
=
22050
wavwrite
(
"generated_audio.wav"
,
sampling_rate
,
audio
.
squeeze
().
cpu
().
numpy
())
wavwrite
(
"generated_audio.wav"
,
sampling_rate
,
audio
.
squeeze
().
cpu
().
numpy
())
```
```
## TODO
-
Create common API for models [ ]
-
Add tests for models [ ]
-
Adapt schedulers for training [ ]
-
Write google colab for training [ ]
-
Write docs / Think about how to structure docs [ ]
-
Add tests to circle ci [ ]
-
Add more vision models [ ]
-
Add more speech models [ ]
-
Add RL model [ ]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment