DeepVO-pytorch icon indicating copy to clipboard operation
DeepVO-pytorch copied to clipboard

I want to know the what's the meaning of 'seq_len' in param.py

Open sunnyHelen opened this issue 6 years ago • 1 comments

Hello, guys. There's a parameter 'seq_len' in param.py. I want to know the what's the meaning of 'seq_len' . Why it's (5,7)? Should it be a single number, if it's the sequence length? @ChiWeiHsiao

sunnyHelen avatar Feb 08 '19 10:02 sunnyHelen

Hello @sunnyHelen , These numbers are the minimum and maximum sequence length. One of the approaches is to use random sequence lengths during training.

alexart13 avatar Feb 11 '19 13:02 alexart13