logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

conda 安装CUDA 和cudnn

想用tensorflow的GPU版本,安装后如果出现“W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found”这个Warnning说明有可能没有安装CUD

#tensorflow#python
python 使用sql查询数据库返回空集判断

python中连接数据库后,发出查询语句而后逐条处理,标准语句如下:db = pymysql.connect("localhost", "用户名", "口令", "数据库", charset='utf8' )cursor = db.cursor()cursor.execute(sqlt)results = cursor.fetchall()for row in results:逐条处理db.clo

#mysql#python
暂无文章信息