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

#movinet Change the flag 'causal = True' by default in...

#movinet Change the flag 'causal = True' by default in tools/convert_3d_2plus1d.py because in most cases the script is used for the stream models.

PiperOrigin-RevId: 416144733
parent 2a26552c
......@@ -30,7 +30,7 @@ flags.DEFINE_string(
flags.DEFINE_string(
'model_id', 'a0', 'MoViNet model name.')
flags.DEFINE_bool(
'causal', False, 'Run the model in causal mode.')
'causal', True, 'Run the model in causal mode.')
flags.DEFINE_bool(
'use_positional_encoding', False,
'Whether to use positional encoding (only applied when causal=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