Jiangangyang_CAS

Results 16 comments of Jiangangyang_CAS

> Hi @dongzhuoyao , > > How much time your training is taking for this project? Training of only one dataset like (UCF 101). > > I have run only...

> 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...

Hi, @kanza-ali I use 1080ti to train iframes and I set batchsize at 5, it also cannot worked, and after datasets are augmented , it would print "Could not open...

> 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 think it's...

> is your FFmpeg is working? > > I have never experienced such errors while doing this project. BTW I also have baby experience in this area. Now I uninstall...

Hi, @kanza-ali I upgrade my gcc to 6.0 version and now I can train iframe, thank you. But in the training process(until 2nd epoch), there will be another error. If...

@kanza-ali Anyway, thank you. if I have some updates, I must share with you, thank you again.

> 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...

> My version is 3.1 Thank you~BTW, what is your CUDA and cuDNN version? I guess it may be related to my failure.

> @JGyoung33 I want to execute the code inside the docker container, but there are some problems. Can you ask for advice? Hi, can you describe your problem in more...