-
## ❓ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
We have a set of [listed resources available on the website](https://pytorch.org…
-
/home/hareesh/Downloads/3D-ResNets-PyTorch-master/test.py:42: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
inputs = Variable(inputs, volatile=True)
…
-
Hi
I think I got the same error than #1215 https://github.com/tensorpack/tensorpack/issues/1215.
This is the structure of my own dataset
COCO/DIR/
_______|__annotations/
_________________|__i…
-
Theano has supported multiple GPUs since v0.8.0.
(cf. [Using multiple GPUs — Theano 0.8.0 documentation](http://deeplearning.net/software/theano/tutorial/using_multi_gpu.html) )
Does Keras also suppor…
-
Hi,
I assume that for training the mean ([mean.py](https://github.com/kenshohara/3D-ResNets-PyTorch/blob/master/mean.py)) and std used for kinetics were [110.63666788, 103.16065604, 96.29023126 ]…
-
Today, during some testing, I found there is no runtime reducing with TensorRT for face identify checkpoint graph. But pb graph with TensorRT works as expected. Will work on the investigation and upda…
-
whats the problem when i run
zys@amax:~/Downloads/3D-ResNets-PyTorch$ python main.py --root_path ~/Downloads/3D-ResNets-PyTorch/data --video_path ucf101_videos/jpg --annotation_path ucf101_01.json -…
-
Sorry to spam you all with multiple issues, but is there any usage documentation associated with your s2cnn package? In particular, I'm curious when to use the different grid types and convolution typ…
-
Hi~
Thanks for your excellent work. Have you tried to apply the 3D-ResNet to optical flow images? Any suggestions ?
-
Hello,
Do you have video transform for tencrop?
Thanks