Fix a wrong docstring.

PiperOrigin-RevId: 288467233
This commit is contained in:
Augustin Zidek
2020-01-07 11:33:39 +00:00
committed by Diego de Las Casas
parent b8cf44502b
commit a506a4274e
+1 -1
View File
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""One dim convnet for angles prediction.""" """Two dimensional convolutional neural net layers."""
from absl import logging from absl import logging
import tensorflow.compat.v1 as tf import tensorflow.compat.v1 as tf