-
I use EfficientNet-b0.
I try to print the size of every block output .
but It does not same as paper.
my output is
`torch.Size([1, 16, 320, 320])
torch.Size([1, 24, 160, 160])
torch.Size([1, 24,…
-
Hi,
I see in the repo that efficient net lite version 0-4 should be available but when I call
`pip install efficientnet_lite4_pytorch_model` I get that there is no such package. It works fine for v…
-
when I want to save the trained Model as .pt. The error is (RuntimeError:
Could not export Python function call 'SwishImplementation'. Remove calls to Python functions before export. Did you forget …
-
log如下,查了下OP手册torch没包括Identity算子,是这个原因吗?
I Start importing pytorch...
D import clients finished
W Pt model version is 1.6(same as you can check through ), but the installed pytorch is 1.8.0. This …
-
runfile('E:/A/efficientdet-pytorch-master/train.py', wdir='E:/A/efficientdet-pytorch-master')
Reloaded modules: nets, nets.efficientdet, utils, utils.anchors, nets.efficientnet, nets.layers, nets.eff…
-
### Description
- Started upon discussion on https://pytorch.slack.com/archives/C042FDXSH51/p1664990529414809
- No PyTorch issue created yet. We will need solid reproduction case. It was requested but…
-
I am running rknn toolkit for building a model.rknn for running on RK3566.
After rknn.load_onnx() successfully, when run rknn.build(), the following error message occur:
--> Loading model: ./r…
-
Hey,
I fed input tensors of e.g. the shape 1x48x48x48 into this network package. Unfortunately, I get the error message in the image.
![MicrosoftTeams-image](https://user-images.githubusercontent.co…
-
### 🐛 Describe the bug
Traceback (most recent call last):
File "main.py", line 141, in
output = model(train_img)
File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", …
-
필요 라이브러리 버전 수정
```
Flask ~= 2.0.1
--find-links https://download.pytorch.org/whl/torch_stable.html
torch == 1.7.1+cpu
torchvision == 0.8.2+cpu
torchaudio == 0.7.2
torchvision == 0.8.2+cpu
openc…