IPython (jupyter) 对比 Python (PyCharm) 性能
IPython (jupyter) vs Python (PyCharm) performance
IPython(例如 Jupyter)上的代码 运行 与“标准”Python 上的相同代码 运行(PyCharm 例如)?
我正在为一个需要某种演示的项目开发神经网络,而 Jupyter + IPython 可以完成这项工作,但我想知道两者之间的性能是否存在任何差异Python 和 IPython,因为我需要训练我的网络,我显然更喜欢更快的方法。
There shouldn't be a difference between both of them if you are
running a fresh run of the script. Although IPython has enhanced
features compared to the normal python interpreter (I would be stuck
with it).
IPython(例如 Jupyter)上的代码 运行 与“标准”Python 上的相同代码 运行(PyCharm 例如)?
我正在为一个需要某种演示的项目开发神经网络,而 Jupyter + IPython 可以完成这项工作,但我想知道两者之间的性能是否存在任何差异Python 和 IPython,因为我需要训练我的网络,我显然更喜欢更快的方法。
There shouldn't be a difference between both of them if you are running a fresh run of the script. Although IPython has enhanced features compared to the normal python interpreter (I would be stuck with it).