-
### Automated Image Colorization Using Deep Learning
#### **Description:**
This project aims to develop an **automated image colorization model** that can take black-and-white images and transform…
-
Hello,
When loading weights from a pretrained PyTorch model using the `VarBuilder::get` method, I've noticed that most of the loaded weights for different layers match correctly, except for a 2 lay…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X]…
-
### 🐛 Describe the bug
**Describe the bug**
pytorch's autogradient is inconsistent with the manually calculated gradient for LayerNorm in torch.float32, `atol=1e-5` is required to pass the check, wh…
-
https://github.com/AlfredXiangWu/LightCNN
We strongly recommend to train Light CNN by pytorch.
-
## 🚀 Feature
Support the padding modes implemented in ConvNd also for ConvTransposeNd
## Motivation
When using CNNs on physics models which live on periodic lattices, such as the Ising model, c…
pimdh updated
2 weeks ago
-
Hi,how can i get these two models :
cnn_model = torch.load('./model/resnet101_with_fft')
model = torch.load('./model/resnet101')
in 'cnn_gru_pytorch.py'
-
### Your current environment information
ibibverbs not available, ibv_fork_init skipped
Collecting environment information...
PyTorch version: 2.1.1+cu121
Is debug build: False
CUDA used to build…
-
### 🐛 Describe the bug
Hello,
I tried to test the example related to the new G-Retriever model in colab: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/llm/g_retriever.py.
…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [ ] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …