-
hey,everyone, i'm really wondering, is this architecture really better than original cnn? is there some wonderful performances finished in this architecture?
-
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…
-
If I use some new CNN architectures, for example, ConvNeXt, what I do is just to place the MixStyle() in the shallow blocks of CNN?
-
### Motivation and description
Group equivariant CNN (G-CNN) embed rotation invariance or (and) scale invariance on top of translation invariance in CNNs.
Some references:
- [Group Equivariant Conv…
-
Hi,i want to know if this network architecture is improved on the previous network architecture in the artical "A Discriminatively Learned CNN Embedding for Person Re-identification"?I noticed a lot…
-
## Environment
python 3.11.9
cuda 11.8
torch 2.4.0+cu118
PyTorch information
-------------------
PyTorch version: 2.4.0+cu118
Is debug build: False
CUDA used to build PyTorch: 11.8
ROCM…
-
-
Hi Nika,
I am also interested in using CNN-LSTM architecture to detect deepfake videos. Thank you for your awesome work. I get a lot of benefits from it. Here I would like to ask you a question abo…
-
## Reference
- [paper - Mask R-CNN](https://arxiv.org/abs/1703.06870)
- [paper - R-CNN](https://arxiv.org/abs/1311.2524)
- [paper - Fast R-CNN](https://arxiv.org/abs/1504.08083)
- [paper - Faste…
-
Hi,
Could you share the commands/python calls used to generate the ds_cnn_weights.h file in \Deployment\Source\NN\DS_CNN? :)
I am assuming one can use one of the pretrained models, either DS_CNN_L…