安装包错
uninstalled setuptools-41.2.0
ERROR: Command errored out with exit status 1...
【AI达人养成营】第一周 学习心得
作用挺大的
list_1 = [1,2,3,4,5]
list_2 = []
for i in range(len(list_1...
小程序智能问答
调用百度API接口,一直运行却一直显示如下错误:大佬们帮忙看看,谢谢谢谢。
VM279:1 thirdScriptErrorCannot...
ai达人营笔记
一、python基础1.数据类型可变对象:list dict set不可变对象:tuple string int float bool(1...
车牌识别DNN和CNN方法
最近跟课程,学车牌识别,反复调整参数,争取一个比较好的正确率。目前有两个模型。
1.CNN
定义网络
class MyLeNet...