Revision 71c16c11c3d9736e9efcd868b85b4a1bacc6c6c7 authored by Deepmind on 01 June 2018, 12:01:17 UTC, committed by Diego de Las Casas on 01 June 2018, 14:20:52 UTC
There can be subtle differences to the public and private versions of member variables in the conv module (eg, Convolution's `stride` is the conv size + 2 but `_stride` is the conv size). The current module mixes and matches these. To reduce cognitive load a bit, we switch to using the private member variable when possible.

PiperOrigin-RevId: 198857690
1 parent 3ec0d90
History
File Mode Size
docs
images
sonnet
.gitignore -rw-r--r-- 37 bytes
.gitmodules -rw-r--r-- 0 bytes
BUILD -rw-r--r-- 1.2 KB
CHANGES.md -rw-r--r-- 9.6 KB
CONTRIBUTING.md -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 102 bytes
README.md -rw-r--r-- 1.6 KB
WORKSPACE -rw-r--r-- 144 bytes
install.sh -rwxr-xr-x 1.7 KB
setup.py.tmpl -rw-r--r-- 3.4 KB

README.md

back to top