次のエラーが起きます。
解決策を教えてください。
よろしくお願いします。
Python
1# TPUモデルへの変換 2import tensorflow as tf 3import os 4tpu_model = tf.contrib.tpu.keras_to_tpu_model( 5 model, 6 strategy=tf.contrib.tpu.TPUDistributionStrategy( 7 tf.contrib.cluster_resolver.TPUClusterResolver(tpu='grpc://' + os.environ['COLAB_TPU_ADDR']) 8 ) 9)
AttributeError Traceback (most recent call last)
<ipython-input-9-cc75881127e8> in <module>()
2 import tensorflow as tf
3 import os
----> 4 tpu_model = tf.contrib.tpu.keras_to_tpu_model(
5 model,
6 strategy=tf.contrib.tpu.TPUDistributionStrategy(
AttributeError: module 'tensorflow' has no attribute 'contrib'
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。