Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
music-demixing-challenge-starter-kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yoyololicon
music-demixing-challenge-starter-kit
Commits
5d71672a
Commit
5d71672a
authored
3 years ago
by
chinyun_yu_joey
Browse files
Options
Downloads
Patches
Plain Diff
use list
parent
d46c2624
Branches
paper-experiments
Tags
submission-unet-chunks-3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_unet.py
+1
-1
1 addition, 1 deletion
test_unet.py
with
1 addition
and
1 deletion
test_unet.py
+
1
−
1
View file @
5d71672a
...
...
@@ -94,7 +94,7 @@ def separate(
frames
=
2584
min_frames
=
516
masked_tf_rep
=
[]
chunks
=
mag
.
split
(
frames
,
dim
=-
1
)
chunks
=
list
(
mag
.
split
(
frames
,
dim
=-
1
)
)
if
len
(
chunks
)
>
1
and
chunks
[
-
1
].
shape
[
-
1
]
<
min_frames
:
chunks
[
-
2
:]
=
torch
.
cat
(
chunks
[
-
2
:],
-
1
).
chunk
(
2
,
-
1
)
...
...
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