Matt Wittbrodt

Results 3 issues of Matt Wittbrodt

Hello - I've been running into an issue where long sequence lengths in video_resize are crashing the readers.video_resize pipe. I am using a V100 (16160 MB memory) with the following...

bug
Video

model = ConvLSTM(input_dim=channels, hidden_dim=[64, 64, 128], kernel_size=(3, 3), num_layers=3, batch_first=True[missing comma here] bias=True, return_all_layers=False)

Version: 1.0.183 Platform: Windows x64 10.0.17763 Plugins: none Frontend: xterm-webgl Whenever using "interactive" applications (requiring screen refresh, etc), I get a blank screen: ![image](https://user-images.githubusercontent.com/13288081/186950975-0a4dec5c-38be-452a-ae8d-f60469e7ecea.png) After typing Ctrl+C to exit, part...