mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-02-06 03:32:18 +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.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
"""One dim convnet for angles prediction."""
|
||||
"""Two dimensional convolutional neural net layers."""
|
||||
|
||||
from absl import logging
|
||||
import tensorflow.compat.v1 as tf
|
||||
|
||||
Reference in New Issue
Block a user