-
Hi, thanks for the tool you provided, very useful. But I also found a bug when I want to calculate each layer's **Mult-Adds**s of a nested model. I got something like this:
![Xnip2021-06-27_20-41-3…
-
I happened to observe that when I change the dilation value, the number of parameters change. This is not the case with the standard torch.nn.Conv2D module. Is there any specific reason it happens in …
-
Together with our colleagues at the University of Hamburg, we — that is Felix Gessert, Wolfram Wingerath, Steffen Friedrich and Norbert Ritter — presented an overview over the NoSQL landsc…
-
I'm trying to convert my darknet weights to tensorflow weights using the command
`python convert.py --weights /path/to/weights --output ./checkpoints/yolo-obj.tf`
And what I get is this error mes…
-
## 综述
- STOA papers with code [[url]](https://paperswithcode.com/sota/object-detection-on-coco)
- 【DeepLearning综述】 DeepLearning Detection 综述 [[blog]](https://bryce1010.blog.csdn.net/article/det…
-
Please could you let me know the hyperparams used to train the HRNet-48 model from your paper (both for the 45.7% mIoU and the ~49% mIoU scores)? I have tried really hard to train HRNet-48 on single t…
-
I am training the model on an instance and I have made size of images as small as 48x48(97 in no.) and kept a batch size of 5,even then I am getting memory error. Can you please guide as to what was t…
-
Why do you discard all batchnorm after resNet backbone. What is the reasion. How to consider to make this decision.
-
## Summary
As the codebase is under active development, [the current master branch](https://github.com/Project-MONAI/MONAI/tree/master) is well ahead of the milestone release on PyPI.
This ticket …
-
@NeilDes and I have been trying to get the agent compiled and working within an Alpine docker container. When compiling the agent we get the following issue regarding the Libdlib.a file. I noticed in …