-
## Bug Description
I can't compile this model and the error seems to be caused by `nn.BatchNorm3d`
## To Reproduce
Steps to reproduce the behavior:
1. Init the model after importing the…
-
### 🐛 Describe the bug
Hello, I'm trying to compile a simple model using `torch_tensorrt`. Here's the code
```py
import torch
import torch_tensorrt
class MyModule(torch.nn.Module):
…
-
[Yu-Freeform Image inpainting-iccv-2019] discusses feature-wise gating for dynamic feature selection. It provides a very good explaination on various convolutions, compared to the vanilla spatially-un…
-
I hope this message finds you well. I've been studying your code. In the original code at dynamic-network-architectures/dynamic_network_architectures/building_blocks/unet_decoder.py on line 53, I noti…
-
# Background
- 会议:ICCV 2023
- 单位:东南大学
- 作者:Yaolei Qi
# Contribute
- 动态蛇形卷积,自适应关注细长曲折的局部特征,在2D和3D数据集上对管状结构的精确分割
- 多视角特征融合策略,以补充对关键特征的多方面关注
- 基于点集相似性的持久同调的拓扑连续性约束损失函数,更好的约束了分割的连续性
# Method…
-
The current implementation of the autoencoder architecture make picking the depth dynamically difficult because the paddings in the inverse transposes and the padding/kernel size in the last convoluti…
-
I've noticed a systemic error in computer vision terminology and that is the difference between convolution and cross-correlation.
http://en.wikipedia.org/wiki/Convolution
http://en.wikipedia.org/wik…
-
This issue describes the initial ideas for the overall plan and opens it for discussion. While issue #337 explains some of the details, however, it is more focused on assigning dynamic kernels to deve…
-
test on local gfx908 machine and server in US, rocm-3.10/rocm-4.2
using the latest develop 120289fcb33496db05518b24e3a39db01d5adb5c, using following step to build:
```
mkdir build && cd build
CXX=…
-
### 🐛 Describe the bug
I don't know if it is a valid bug report or more a feature request. But is technically possible that dynamo detect the model padding instead of enforcing input guards?
This …