Skip to content

Commit

Permalink
Update audiovisual.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Apr 26, 2024
1 parent c6d1804 commit 2fc2430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openav/modules/lab/audiovisual.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ def train_audiovisual(
shape_video = (
None,
max_segment,
shape_video[SHAPE_AUDIO[0]],
shape_video[SHAPE_AUDIO[1]],
shape_video[SHAPE_AUDIO[3]],
shape_video[SHAPE_AUDIO[2]],
shape_video[SHAPE_VIDEO[0]],
shape_video[SHAPE_VIDEO[1]],
shape_video[SHAPE_VIDEO[3]],
shape_video[SHAPE_VIDEO[2]],
)

# Информационное сообщение
Expand Down

0 comments on commit 2fc2430

Please sign in to comment.