python
1!pip install tensorflow==1.13.2 2import numpy as np 3import tensorflow as tf 4import os 5if tf.io.gfile.exists('./fenwicks'): 6 tf.io.gfile.rmtree('./fenwicks') 7!git clone -q https://github.com/fenwickslab/fenwicks.git 8import fenwicks as fw 9fw.colab_utils.setup_gcs()
上記のコードを書くと下記のようなエラーがでました。どのように改善したらよろしいですか。googlecolabでtpuを使おうとしています。
python
1--------------------------------------------------------------------------- 2AttributeError Traceback (most recent call last) 3<ipython-input-2-bd47abf1c43a> in <module>() 4 6 tf.io.gfile.rmtree('./fenwicks') 5 7 get_ipython().system('git clone -q https://github.com/fenwickslab/fenwicks.git ') 6----> 8 import fenwicks as fw 7 9 fw.colab_utils.setup_gcs() 8 96 frames 10/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/cloud/python/ops/gen_bigquery_reader_ops.py in _InitOpDefLibrary(op_list_proto_bytes) 11 263 op_list = _op_def_pb2.OpList() 12 264 op_list.ParseFromString(op_list_proto_bytes) 13--> 265 _op_def_registry.register_op_list(op_list) 14 266 op_def_lib = _op_def_library.OpDefLibrary() 15 267 op_def_lib.add_op_list(op_list) 16 17AttributeError: module 'tensorflow.python.framework.op_def_registry' has no attribute 'register_op_list'```
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。