1. ホーム
  2. tensorflow

モジュール '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