Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diffwave
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maria Guaranda-Cabezas
diffwave
Commits
21ae7efa
Commit
21ae7efa
authored
1 year ago
by
Maria Guaranda-Cabezas
Browse files
Options
Downloads
Patches
Plain Diff
adds some comments about the parameters diffwave uses
parent
1cbb7fa6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/diffwave/params.py
+2
-2
2 additions, 2 deletions
src/diffwave/params.py
with
2 additions
and
2 deletions
src/diffwave/params.py
+
2
−
2
View file @
21ae7efa
...
@@ -66,14 +66,14 @@ params = AttrDict(
...
@@ -66,14 +66,14 @@ params = AttrDict(
# Data params
# Data params
sample_rate
=
22050
,
sample_rate
=
22050
,
n_mels
=
80
,
n_mels
=
80
,
# this is actually not used for unconditional generation
n_fft
=
1024
,
n_fft
=
1024
,
hop_samples
=
256
,
hop_samples
=
256
,
crop_mel_frames
=
62
,
# Probably an error in paper.
crop_mel_frames
=
62
,
# Probably an error in paper.
# Model params
# Model params
residual_layers
=
30
,
residual_layers
=
30
,
residual_channels
=
64
,
residual_channels
=
64
,
# 64 or 128 for a larger model (diffwave large)
dilation_cycle_length
=
10
,
dilation_cycle_length
=
10
,
unconditional
=
False
,
unconditional
=
False
,
noise_schedule
=
np
.
linspace
(
1e-4
,
0.05
,
50
).
tolist
(),
noise_schedule
=
np
.
linspace
(
1e-4
,
0.05
,
50
).
tolist
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment