随笔分类 - A---TensorFlow
摘要:return_sequences:默认 False。在输出序列中,返回单个 hidden state值还是返回全部time step 的 hidden state值。 False 返回单个, true 返回全部。
阅读全文
摘要:conda install --offline ./cudnn-7.0.5-cuda8.0_0.tar.bz2
阅读全文
摘要:先查看,TensorFlow和你keras对应版本 https://docs.floydhub.com/guides/environments/ 为了完成作业,我的版本是: TensorFlow 1.2.0 + Keras 2.0.6 on Python 3.5. 安装: pip install k
阅读全文
摘要:换源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:htt
阅读全文
摘要:TensorFlow Tutorial Initialize variables Start your own session Train algorithms Implement a Neural Network 1. Exploring the Tensorflow Library To sta
阅读全文
摘要:创建虚拟环境, 创建 python=3.5的 (如果想安装tf2.1,这里就改成 3.7) https://www.cnblogs.com/douzujun/p/13059186.html 在虚拟环境里安装TensorFlow,单纯的完成ng作业,无cpu版本,使用conda,清华镜像 https:
阅读全文