上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: https://blog.csdn.net/wohiusdashi/article/details/81147059 阅读全文
posted @ 2019-01-24 14:33 一朵包纸 阅读(1581) 评论(0) 推荐(0) 编辑
摘要: http://ju.outofmemory.cn/entry/344970 阅读全文
posted @ 2019-01-04 09:33 一朵包纸 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1、tensorflow的基本运作为了快速的熟悉TensorFlow编程,下面从一段简单的代码开始: import tensorflow as tf #定义‘符号’变量,也称为占位符 a = tf.placeholder("float") b = tf.placeholder("float") y 阅读全文
posted @ 2018-12-26 10:26 一朵包纸 阅读(3986) 评论(0) 推荐(0) 编辑
摘要: 查询mongoDB集合数据更新,数据有400w多。我一次用cursor(游标)取1w,处理更新。程序在某段时间运行中遍历游标时发生异常! DBCursor cursor = tabColl.find(queryObj).skip(startRow).limit(pageSize); 完整异常信息:c 阅读全文
posted @ 2018-12-25 09:56 一朵包纸 阅读(3405) 评论(0) 推荐(0) 编辑
摘要: 理解:http://www.shuang0420.com/2017/03/21/NLP%20%E7%AC%94%E8%AE%B0%20-%20%E5%86%8D%E8%B0%88%E8%AF%8D%E5%90%91%E9%87%8F/ 模型代码参考:https://samaelchen.github 阅读全文
posted @ 2018-12-19 14:24 一朵包纸 阅读(2364) 评论(0) 推荐(0) 编辑
摘要: 使用HTTP协议向服务器传参的四种方式 URL路径携带参数,形如/weather/beijing/2018; 查询字符串(query string),形如key1=value1&key2=value2; 请求体(body)中发送的数据,比如表单数据、json、xml; 在http报文的头(heade 阅读全文
posted @ 2018-12-19 10:51 一朵包纸 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 环境:python3,tensotflow 在恢复了预先训练好的模型进行预测时,第一次是能够成功执行的,但我多次restore模型时,出现了以下问题: 1.ValueError: Variable char_embed/char_embedding already exists, disallowe 阅读全文
posted @ 2018-12-11 17:27 一朵包纸 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: 文件下载 首先,下载想要安装的版本,目前最新的是1.8.0 根据你的python版本下载对应的whl文件,下载连接:https://pypi.org/project/tensorflow/#files。也可以下载历史版本:https://pypi.org/project/tensorflow/#hi 阅读全文
posted @ 2018-12-10 14:44 一朵包纸 阅读(2569) 评论(0) 推荐(0) 编辑
摘要: pythonWeb的部署(Django+Uwsgi): 1、 部署服务器上需要的Python3.6环境: 安装集成了python3.6 和pip ,virtualenv虚拟环境 的Anaconda(Anaconda3-5.0.1-Lin-x86_64.sh) 下载地址 :https://mirror 阅读全文
posted @ 2018-12-07 09:09 一朵包纸 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 Pytorch中文官方文档:https://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-nn Pytorch 相关总结原文: https://blog.csdn.net/zzulp/article/detai 阅读全文
posted @ 2018-11-28 16:54 一朵包纸 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页