We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08285f commit 3ec6b56Copy full SHA for 3ec6b56
src/backends/torch/torchinputconns.cc
@@ -963,6 +963,10 @@ namespace dd
963
discard_warn(vecindex, seq.size(), test_id);
964
continue;
965
}
966
+ else
967
+ {
968
+ _tilogger->info("Add sequence of size {}", seq.size());
969
+ }
970
for (; tstart + timesteps < static_cast<long int>(seq.size());
971
tstart += _offset)
972
{
0 commit comments