Closed MatthewYZhang closed 2 years ago
Hi @MatthewYZhang ,
It's normal. In the "electricity" dataset, we regard it as a univariate dataset. Thus, we use "--groups 321" (321 is the number of variates) in the arguments to split the spatial influence on different varieties. This operation is also known as a “depthwise convolution”, and it will take a longer time to be processed.
Hi all,
Appreciate your work.
I tried to train using the following command, and I noticed that it may take about 10 minutes to train only one epoch. I am using V100 to train.
I wonder if this is normal, because as far as I am concerned, your network mainly consists of conv1d and sampling, and they may not took that much time if If you can kindly offer some training specs and training time, I would be very thankful.
Matthew