Efficient-3DCNNs icon indicating copy to clipboard operation
Efficient-3DCNNs copied to clipboard

PyTorch Implementation of "Resource Efficient 3D Convolutional Neural Networks", codes and pretrained models.

Results 12 Efficient-3DCNNs issues
Sort by recently updated
recently updated
newest added

Thank you for your contribution. Can I convert the 3DCNN to tensorrt?

The function `view` in utils.py was causing problems (maybe it is due to the newer versions of PyTorch), so it needed to be switched to `reshape`