Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(encoder): add lab video model
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Sep 4, 2019
1 parent 44b7eff commit 674a9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/encoder/video/yt8m_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class YouTube8MEncoder(BaseVideoEncoder):
batch_size = 2
batch_size = 64

def __init__(self, model_dir: str,
model_name: str,
Expand Down

0 comments on commit 674a9da

Please sign in to comment.