Commit fc816a01 authored by Liangzhe Yuan's avatar Liangzhe Yuan Committed by A. Unique TensorFlower
Browse files

#movinet Update two flags in readme demo script.

PiperOrigin-RevId: 415367972
parent 4ca97359
...@@ -204,8 +204,8 @@ from official.vision.beta.projects.movinet.modeling import movinet_model ...@@ -204,8 +204,8 @@ from official.vision.beta.projects.movinet.modeling import movinet_model
# Create backbone and model. # Create backbone and model.
backbone = movinet.Movinet( backbone = movinet.Movinet(
model_id='a0', model_id='a0',
causal=True, causal=False,
use_external_states=True, use_external_states=False,
) )
model = movinet_model.MovinetClassifier( model = movinet_model.MovinetClassifier(
backbone, num_classes=600, output_states=True) backbone, num_classes=600, output_states=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment