Kanza
Kanza
Hi @dongzhuoyao , How much time your training is taking for this project? Training of only one dataset like (UCF 101). I have run only this with 8 GPUs: python3...
Hi @JGyoung33 First try to train motion vector and residual which has resnet18 arch with less batch size, if they are working and giving you result with 1 GPU that...
What is memory size for each GPU, you are using for calculating iframes? What batchsize you are giving? I suggest you first try calculating MV and residuals.
is your FFmpeg is working? I have never experienced such errors while doing this project. BTW I also have baby experience in this area.
I am using Ubuntu 16 and I have installed ffmpeg version N-90418-g74c6a6d built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
Thanks for updates. For calculating iframes for 80 batch-size, I have used 4 GPUs with following changes in train.py model=torch.nn.DataParallel(model,device_ids=range(torch.cuda.device_count())) model.cuda() The above changes also solve your "Cuda: out of...
My version is 3.1
CUDA 8 Don't worry, keep trying.
Hi, Thanks for your reply. I replaced with actual file name already. I have run the combined file before too but dont know, now it says that there is no...
BTW I want to accumulate results for I and MV frames only.