-
Excellent work !!!
Recently I have studied your paper and code , which is very enlightening to me. I sincerely think that your work is of great significence for us to study the dynamic convolution…
-
In the examples of lightweight and dynamic convolutions, to install the light/dynamic convolutions I ran the scripts:
```
python cuda_function_gen.py
python setup.py install
```
However I got t…
-
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 try torch==1.7 and torch==1.9, and run test.sh as readme shows. No warning. But, the result is so bad:
![微信图片_20220210202036](https://user-images.githubusercontent.com/48055162/153407612-2838c6ae…
-
dataset : 48khz 16bit pcm chinese
hparams:
################################
# Experiment Parameters #
################################
epochs=500,
…
ghost updated
3 years ago
-
Hi,
I have been encountered this problem, while testing with the pre-trained model, and the model that I trained with my own dataset. When the sentences contain 2 or more words, it will work corre…
-
https://wandb.ai/balthazarneveu/geosciences-segmentation
- [x] LR scheduler (plateau)
- [x] Validation accuracy
- [x] Validation Metric IoU, dice coeff
- [x] Augmentations (vertical reverse, hor…
-
#### Related to Community Detection
- Large graph visualization using community detection
- Circling a set of nodes with a boundary such that obstruction is proportional to BFS
- [Nearly Balanced…
-
## 前置准备https://github.com/feigechuanshu/ncnn-android-yolov8/issues/8
ultralytics\nn\modules\block.py
ultralytics\nn\modules\head.py
1.需要修改,ultralytics\nn\modules\block.py class C2f(nn.Module): …
-
Hello, I have an issue after proceeding inference. After training every time when I try to use model and it gives the silent result.
https://colab.research.google.com/drive/12fYCOASNkFwQpr5hGkOx4X_…