Hiker01
Hiker01
What Does this parameter mean ? Does it mean the total number of frames that you sampled for each video ?
第五章代码报错
运行以下代码: dataloader = DataLoader(dataset, shuffle=True, batch_size=16) from torchvision.utils import make_grid, save_image dataiter = iter(dataloader) img = make_grid( **next(dataiter)[0]**, 4) # 拼成4*4网格图片,且会转成3通道 to_img(img) 报错信息: The expanded size of the tensor (1)...
I rebuild caffe in docker with mpi support. However when I train with optical flow modality, I got the error :exited on signal 7 (Bus error). I0404 08:28:17.483947 23 solver.cpp:240]...
Hi,Dr Xiong: I have pulled the docker image you provised online, and I found that it was built without mpi, so I want to rebuild it with mpi support. However...
Hello, Dr. Xiong ! I want to know the version of pytorch and python that you use . Thanks !
Hello : I have a question of the output of the first conv_lstm layer, what's the shape if it ?