Skip to content

Commit

Permalink
Update 03.train_C3D.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AKASH2907 authored May 23, 2020
1 parent 0cc075c commit b97cacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 03.train_C3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def generator_val_batch(val_vid_list, batch_size, num_classes):
b = (i + 1) * batch_size
y_test, y_labels = process_batch(
val_vid_list[a:b],
batch_size,
train=False
)
x = preprocess(y_test)
Expand Down

0 comments on commit b97cacd

Please sign in to comment.