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
4a47b1a1
Unverified
Commit
4a47b1a1
authored
1 year ago
by
Jan Buethe
Browse files
Options
Downloads
Patches
Plain Diff
renamed ShapeNet to NoLACE
Signed-off-by:
Jan Buethe
<
jbuethe@amazon.de
>
parent
1fbdec87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4046
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dnn/torch/osce/models/no_lace.py
+2
-2
2 additions, 2 deletions
dnn/torch/osce/models/no_lace.py
with
2 additions
and
2 deletions
dnn/torch/osce/models/
shape_net
.py
→
dnn/torch/osce/models/
no_lace
.py
+
2
−
2
View file @
4a47b1a1
...
...
@@ -44,8 +44,8 @@ from models.silk_feature_net_pl import SilkFeatureNetPL
from
models.silk_feature_net
import
SilkFeatureNet
from
.scale_embedding
import
ScaleEmbedding
class
ShapeNet
(
NNSBase
):
"""
Adaptive Noise Re-Shaping
"""
class
NoLACE
(
NNSBase
):
"""
Non-Linear Adaptive Coding Enhancer
"""
FRAME_SIZE
=
80
def
__init__
(
self
,
...
...
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