文件名称:coord-conv-pytorch:卷积神经网络的一个令人着迷的失败和PyTorch中的CoordConv解决方案
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-20 02:32:18
Python
卷积神经网络的一个令人着迷的失败和CoordConv解决方案 该存储库在实现了CoordConv模块。 博客文章可以在找到。 coord_conv.py包含模块,而test.py包含显示模块用法的方法。 添加坐标 Coordinate Adder Module as defined in 'An Intriguing Failing of Convolutional Neural Networks and the CoordConv Solution' (https://arxiv.org/pdf/1807.03247.pdf). This module concatenates coordinate information (`x`, `y`, and `r`) with given input tensor. `x` and `y`
【文件预览】:
coord-conv-pytorch-master
----test.py(2KB)
----LICENSE(34KB)
----README.md(5KB)
----coord_conv.py(9KB)
----.gitignore(1KB)