mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-27 18:25:49 +08:00
Fix a wrong docstring.
PiperOrigin-RevId: 288467233
This commit is contained in:
committed by
Diego de Las Casas
parent
b8cf44502b
commit
a506a4274e
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user