Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
72cc88df
Verified
Commit
72cc88df
authored
1 year ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
FARGAN model update
Finished adversarial training on 800k model. Also, move weights to a new location.
parent
df637713
No related branches found
No related tags found
No related merge requests found
Pipeline
#4271
failed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
dnn/download_model.sh
+2
-2
2 additions, 2 deletions
dnn/download_model.sh
with
3 additions
and
3 deletions
autogen.sh
+
1
−
1
View file @
72cc88df
...
...
@@ -9,7 +9,7 @@ set -e
srcdir
=
`
dirname
$0
`
test
-n
"
$srcdir
"
&&
cd
"
$srcdir
"
dnn/download_model.sh
7f7b2a
1
dnn/download_model.sh
df6377
1
echo
"Updating build configuration files, please wait...."
...
...
This diff is collapsed.
Click to expand it.
dnn/download_model.sh
+
2
−
2
View file @
72cc88df
#!/bin/sh
set
-e
model
=
lpcnet
_data-
$1
.tar.gz
model
=
opus
_data-
$1
.tar.gz
if
[
!
-f
$model
]
;
then
echo
"Downloading latest model"
wget https://media.xiph.org/
lpcnet/data
/
$model
wget https://media.xiph.org/
opus/models
/
$model
fi
tar
xvomf
$model
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