You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the meaning of the parameter start_frame_index in InputLayer is different for different batch methods. When batchMethod is set to byList, the start_frame_index is treated as an offset from the evenly spaced start indices that is confusing.
Right now the meaning of the parameter
start_frame_indexin InputLayer is different for different batch methods. WhenbatchMethodis set tobyList, thestart_frame_indexis treated as an offset from the evenly spaced start indices that is confusing.