Open auzyze opened 5 years ago
@alexlee-gk , could you please help? I am facing the same issue.
I am also facing the same issue. It seems like it is only a print in the train.py file line 267. Due to they are only printing it and nothing further happens in the if state and the checked variables arent used lateron, i assume it is training correctly. Maybe was originally trained on better gpus or tpus. As you can see, the sess.run() (where the time is measured from) is always executed. You can just add a tqdm to the for-loop it is in. So you can see the progress
Thanks for sharing this great work!
I run into this issue when training ours_savp on kth dataset, the training looks going properly, but is very slow.
My configuration: tensorflow: 1.10.0 cuda: 9.0 cudnn: 7.3.0.29
I'm running KTH dataset with ours_savp model. When I use default hparms, I got out of memory error, so I change batch_size=8.
My GPU looks working properly: +-------------------------------+----------------------+----------------------+ | 1 Tesla K40c Off | 00000000:02:00.0 Off | 0 | | 37% 73C P0 124W / 235W | 10963MiB / 11441MiB | 76% Default | +-------------------------------+----------------------+----------------------+
Tensorboard refreshes when summery_freq is reahced.
Appreciate for any suggestions. Regards,