-
My original environment was able to run normally, but later my computer had a problem and the environment became unusable. I need to reinstall the environment now, and the installation steps are the s…
-
### 🐛 Describe the bug
I'm binding OpenACC code with ctypes, and it is working fine. However, just by importing torch pkg, it crashes the application.
module_c.cpp
```
#include "module_c.h"
…
-
## 🚀 Feature
An implementation of group-equivariant convolutions defined by Cohen et. al in the paper 'Group equivariant convolutions' - in ICML 2016.
Specifically, an implementation of the group-co…
-
hi i want to build a pytorch version base on a pytorch version mask-rcnn like this https://github.com/facebookresearch/maskrcnn-benchmark/tree/main/maskrcnn_benchmark
could you give me some advic…
-
I replaced the MLP from this example with a CNN and I'm getting a `Internal tensorizer error` when trying to run it. Here are the scripts:
`model.py`:
```python
import torch
import torch.nn as n…
-
I tried to make the CNN_PP module using pytorch, but since the subnet and yolo connection need to use the results of the subnetwork as parameters of the filters, it seems to causes the gradient propag…
-
Good understanding of deep learning architectures like Multi-Layer Perceptron, Recurrent Neural Networks (RNNs), Long Short Term Memory models (LSTMs), Gated Recurrent Units (GRUs), and Convolutional …
-
### Your current environment
```
Collecting environment information...
PyTorch version: 2.1.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ub…
-
in this repo the default mean and std is the mean of activitynet and the std of kinetics but in your another repo(video-classification-3d-cnn-pytorch) you defaut use std=[1,1,1]in your code,which one …
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…