-
## Description of the issue
### Context information (for bug reports)
* Output of `pyinstaller --version`: ```(paste here)``` 5.11
* Version of Python: python3.8
* Platform: ubantu2…
-
**Describe the bug**
At the moment, I don't think this is a bug, but rather a result of recursive use of the same Container Modules.
When there is a repetition of container modules , the children …
-
### 🐛 Describe the bug
Somewhere between these two commits there was a model backbone change: https://github.com/zhiqwang/yolov5-rt-stack/compare/06022fd...e3e18f2. The three MaxPool2d at `backbone.b…
-
almost the same code as in #105 , but with a different problem
the problem lies in the summary hierarchy of ResNetBlock
----
**this is the Generator code** :
``` python
class GlobalGenerator(nn.M…
-
### 🐛 Describe the bug
![image](https://user-images.githubusercontent.com/53888831/151819026-4a150f07-af2e-4cca-9ab9-242396daa731.png)
![image](https://user-images.githubusercontent.com/53888831/1…
-
### 🐛 Describe the bug
torch.compile fails when given the specific sequence of operations
```python
import torch
class Model(torch.nn.Module):
def forward(self, tensor: torch.Tensor): …
-
### 🐛 Describe the bug
Error when converting a sliced numpy array to mps device, using Apple M1 Pro chip on pytorch-nightly.
Minimal example:
```
import torch
import numpy as np
a = np.ar…
-
I am taking error about torchsummary.
![image](https://user-images.githubusercontent.com/57407135/183348805-8129c9bd-9850-4052-87b8-6f0753847d50.png)
I use your code directly.
![image](https://use…
-
**Describe the bug**
When using an `nn.ModuleList` inside a "main" module, the output from `summary` seems to be incorrect if the submodules of the modules used in the ModuleList are not declared in …
-
Hello,
I am currently evaluating YoloV7. However, I am confused, that changing the image size does not change the parameter count.
Image size: 640 x 640:
> Model Summary: 415 layers, 37196556…