-
-
https://arxiv.org/abs/1704.06904
http://cs231n.stanford.edu/reports/2017/pdfs/939.pdf
-
When run
hidden_states, residual = fused_add_norm_fn(
hidden_states if residual is None else self.drop_path(hidden_states),
self.norm.weight,
self.norm.bias,
residual=residual,
prenorm=True,
re…
-
# Aggregated Residual Transformations for Deep Neural Networks #
- Author: Saining Xie, Ross Girshick, Piotr Dollár, Zhuowen Tu, Kaiming He
- Origin: https://arxiv.org/abs/1611.05431
- Related:
…
-
Hi, I wanna test the pre-trained model performance, but I meet some problems. I would appreciated if you can help me!
The First problem is, **ModuleNotFoundError: No module named 'data.single_datas…
-
https://github.com/facebookresearch/ResNeXt
-
## 一言でいうと
画像認識のモデルで、ResNetの2つのブロックからの出力をランダムに組み合わせる(Shake)モデルを提案。forward/backward共にShakeすることでCIFAR-10で2.72%のエラーレートを記録(しかもバッチ単位より個別の画像単位で適用したほうが精度が高い)。
### 論文リンク
https://openreview.net/forum?i…
-
related paper
|摘要|
|---|
|Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture th…
-
There's neither relu before the first conv https://github.com/znxlwm/UGATIT-pytorch/blob/f7a4b596a32349c54acc55007dce4ae4400bf125/networks.py#L118 nor after addition https://github.com/znxlwm/UGATIT-p…
-
related paper
|摘要|
|---|
|Semantic image segmentation is an essential component of modern autonomous driving systems, as an accurate understanding of the surrounding scene is crucial to navigatio…