モジュール 'tensorflow' には 'random_uniform' という属性がありません。
2022-02-21 23:13:35
random_uniform モジュールがないことを示す。
回避策:tf2.0で名前が変更され、tf.random.uniformに置き換わりました。
tf1.* 版は 2.0 版へのワンクリック変換に対応しています。
移行方法
tf_upgrade_v2 --infile v1.*.py --outfile v2.0.py
v1.*.py は古いバージョンの python ファイルです。
参考リンク:https://www.mashangxue123.com/tensorflow/tf2-guide-migration_guide.html
https://tensorflow.google.cn/guide/upgrade
関連
-
[解決済み】モジュール 'tensorflow'に属性 'contrib' がない。
-
[解決済み] Tensorflowです。tf.expand_dimsはいつ使うの?
-
[解決済み] tensorboard: コマンドが見つかりません。
-
[解決済み] tf.train.shuffle_batchはどのように動作するのですか?
-
[解決済み] WSL2- $nvidia-smi コマンドが実行されない
-
tensorflowのCUDAドライババージョンがCUDAランタイムバージョンに対して不足している 問題が解決された
-
ImportError: cannot import name 'get_config' How to solve this problem?
-
[Untitled] AttributeError: module 'tensorflow' has no attribute 'placeholder' error resolved.
-
モジュール 'matplotlib' には、解決すべき属性 'configure' がありません。
-
pycharm using TensorFlow, keras error: modulenotfounderror: no module named tensorflow
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み] ModuleNotFoundError: tensorboard' という名前のモジュールはありません。
-
[解決済み] tensorflowの.pbと.pbtxtの違い?
-
[解決済み] 入力パイプラインは、keras.utils.Sequenceオブジェクトまたはtf.data.Datasetを使用しますか?
-
解決方法 TensorFlowのネイティブランタイムのロードに失敗しました。
-
TensorFlow cnn-cifar10 サンプルコード詳細
-
AttributeError: モジュール tensorflow には属性プレースホルダーがありません。
-
AttributeError: モジュール 'tensorflow' には 'placeholder' という属性がないことを解決する。
-
AttributeError: モジュール 'tensorflow'に属性 'placeholder' がない問題
-
tf.variable, tf.get_variable, tf.variable_scope, tf.name_scope の類似点と相違点を理解する。
-
Tensorflow reports error Attempting to use uninitialized value ***/conv2d/kernel Solve