我已经按照这些[安装说明]安装了tensorflow
,但是当我尝试通过运行以下命令来测试安装时:
python object_detection/builders/model_builder_test.py
我收到此警告:
警告:TensorFlow贡献模块将不包含在 TensorFlow 2.0。有关更多信息,请参见:* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons如果您依赖那里未列出的功能,请提出问题。
C:\ Users \ 765349 \ AppData \ Roaming \ Python \ Python37 \ site-packages \ numpy \ lib \ type_check.py:546: 弃用警告:自NumPy v1.16起,不推荐使用np.asscalar(a), 使用a.item()代替“ a.item()”,DeprecationWarning, stacklevel = 1)。W022717:59:32.231242 10540 deprecation.py:323]来自 C:\ Users \ 765349 \ Downloads \ models \ research \ object_detection \ anchor_generators \ grid_anchor_generator.py:59: to_float(来自tensorflow.python.ops.math_ops)已弃用并将 在将来的版本中删除。更新说明:使用tf.cast 代替。
在0.141秒内进行了22次测试
好(跳过= 1)
请帮助我删除它,如果不删除它,则在开始使用API时会造成任何麻烦。
答案 0 :(得分:0)
同样的问题
警告:TensorFlow贡献模块将不包含在 TensorFlow 2.0。有关更多信息,请参见:* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons如果您依赖那里未列出的功能,请提出问题。
...... C:\ Users \ Daryl \ AppData \ Local \ conda \ conda \ envs \ tensorflow1 \ lib \ site-packages \ numpy \ lib \ type_check.py:546: 弃用警告:自NumPy v1.16起,不推荐使用np.asscalar(a), 使用a.item()代替“ a.item()”,DeprecationWarning, stacklevel = 1)...... s ... -------------------------------------------------- --------------------在0.044秒内进行了16次测试
好(跳过= 1)