Akira Noda
Akira Noda
@justinpolygon Thank you very much!
# Critical - This module does not support nuxt3 https://github.com/nuxt-community/gtm-module/issues/152 - Some version does not work https://github.com/nuxt-community/gtm-module/issues/118 # Check - the Google Tag Manager scripts aren't loaded from Google, not...
@houjanet I need to add `label_seq_length` parameter and change models code. Please wait a few days, I'll fix it:)
@houjanet Now, you can use `label_seq_length` for Seq2Seq model (ConvLSTM). Please try it :) I'll also support for the other models. https://github.com/tsugumi-sys/SA-ConvLSTM-Pytorch/blob/fd8a4601dce5b302f5e86271253a73039a3097c4/convlstm/seq2seq.py#L15
@houjanet Thanks for your error report. Could you share the whole code so that I can reproduce the same error?
@houjanet Thanks! You can try this? I added `label_seq_lengh` and modified the `label_frames` argument of the MovingMNIST data loader. ```python input_seq_length = 15 label_seq_length = 5 model_params: Seq2SeqParams = {...
@houjanet hmm, are you using your custom dataset? If so, I want to know more detail code about it