python - scipy 1.0.0 中的 imsave 在哪里?

标签 python scipy

函数 imsave()scipy 1.0.0 (Python 3.5) 的 scipy.misc 包中不存在。它在哪里?

我正在尝试 sample program使用 keras 术语使用 scipy.misc.save()。尝试在整个地方搜索备用位置,包括 index of its reference manual但还是找不到。

是否必须安装不同的软件包才能避免此问题?

最佳答案

检查 this deprecation warning :

imsave is deprecated! imsave is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use imageio.imwrite instead.

关于python - scipy 1.0.0 中的 imsave 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49319841/

相关文章:

python - 使用 splrep 平滑轨迹

python - Python 中 scipy.integrate 的 odeint 给出了错误的结果?

python - PyQt5如何设置TabWidget向西但保持文本水平

python - Matplotlib 的符号日志(又名对称日志)尺度的起源是什么?

python - Django 模板图片无法加载

python - scipy.stats.uniform 的参数是什么?

python - 从变形的测试对象中提取节点坐标(abaqus-python)

python - 了解类型错误: got multiple values for keyword argument

python - scipy.optimize()值错误:Shape mismatch for sum

Python:寻找非线性方程的多重根