由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Python and Machine Learning IDE
相关主题
快要被Python的兼容性弄疯了关于python
why I can not import Tkinter?Python and C/C++ Question
Help: undefined symbol大牛们如何看待Rust?
虚心请教 如何成为Python 大牛有人用Haskell吗
Duck typing is great ...Python 缩进的syntax
Anybody using Python?can python replace matlab ?
Python的script的兼容问题请问python的多重循环怎么实现?
用python glue C++ 有什么好的办法动态语言在后端永远不会主流
相关话题的讨论汇总
话题: ide话题: python话题: learning话题: machine话题: ai
进入Programming版参与讨论
1 (共1页)
l****t
发帖数: 6
1
找不到满意的Python IDE.自己搞了一个。特点是
1)用C++写的,运行比较快.
2)集成了数据可视化(各种2-D, 3-D图, 数据表,AI Graph图).
3)集成了相机和声音, 可以直接输入到AI模型.
4)集成了Tensorflow and PyTorch.
有兴趣的可以从github下载https://github.com/ivapptech/AIStudio
E*********g
发帖数: 185
2
load了example里MNIST mnist.aip, 然后改了缺省data目录,运行出现下列错误
这是缺啥东西?我有vc++2017 redistributable, python3.5, tensor 1.10
需要安装你的module还是要设路径?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:Userstest-1DownloadssoftwareAIStudio-masterscriptIStudiorun.py",
line 14, in
import IVStudio as iv
File "C:Userstest-1DownloadssoftwareAIStudio-masterscriptIStudioIVStudio.
py", line 22, in
_IVStudio = swig_import_helper()
File "C:Userstest-1DownloadssoftwareAIStudio-masterscriptIStudioIVStudio.
py", line 21, in swig_import_helper
return importlib.import_module('_IVStudio')
File "C:Anaconda3libimportlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: DLL load failed: The specified module could not be found.

【在 l****t 的大作中提到】
: 找不到满意的Python IDE.自己搞了一个。特点是
: 1)用C++写的,运行比较快.
: 2)集成了数据可视化(各种2-D, 3-D图, 数据表,AI Graph图).
: 3)集成了相机和声音, 可以直接输入到AI模型.
: 4)集成了Tensorflow and PyTorch.
: 有兴趣的可以从github下载https://github.com/ivapptech/AIStudio

g****t
发帖数: 31659
3
很不错!很厉害!
十个字。
l****t
发帖数: 6
4

也许是要 install VS2015 redistribution, not VS2017.

【在 E*********g 的大作中提到】
: load了example里MNIST mnist.aip, 然后改了缺省data目录,运行出现下列错误
: 这是缺啥东西?我有vc++2017 redistributable, python3.5, tensor 1.10
: 需要安装你的module还是要设路径?
: During handling of the above exception, another exception occurred:
: Traceback (most recent call last):
: File "C:Userstest-1DownloadssoftwareAIStudio-masterscriptIStudiorun.py",
: line 14, in
: import IVStudio as iv
: File "C:Userstest-1DownloadssoftwareAIStudio-masterscriptIStudioIVStudio.
: py", line 22, in

S*******s
发帖数: 13043
5
相比pydev有哪些优点?
l****t
发帖数: 6
6
目标是一个和AI紧密接合的Python IDE. 有兴趣可以参与, 把AI的常见功能放到IDE里
面,提高开发效率,减少体力劳动。
l****t
发帖数: 6
7
目标是一个和AI紧密接合的Python IDE. 有兴趣可以参与, 把AI的常见功能放到IDE里
面,提高开发效率,减少体力劳动。
l******n
发帖数: 9344
8
把目标标注也直接放进去,动态人脑识别标注+机器学习

【在 l****t 的大作中提到】
: 目标是一个和AI紧密接合的Python IDE. 有兴趣可以参与, 把AI的常见功能放到IDE里
: 面,提高开发效率,减少体力劳动。

1 (共1页)
进入Programming版参与讨论
相关主题
请不要盲目崇拜FP语言Duck typing is great ...
竟然有人鼓吹自动生成代码的?Anybody using Python?
有人用rust吗?Python的script的兼容问题
忙起来了用python glue C++ 有什么好的办法
快要被Python的兼容性弄疯了关于python
why I can not import Tkinter?Python and C/C++ Question
Help: undefined symbol大牛们如何看待Rust?
虚心请教 如何成为Python 大牛有人用Haskell吗
相关话题的讨论汇总
话题: ide话题: python话题: learning话题: machine话题: ai