
Keras
yxpandjay
这个作者很懒,什么都没留下…
展开
-
keras保存pb模型
https://blog.youkuaiyun.com/a362682954/article/details/104546104转载 2020-09-22 16:00:11 · 453 阅读 · 0 评论 -
conda环境下keras plot_model的依赖
conda install -c conda-forge graphviz pip install pydot原创 2020-09-22 10:37:26 · 184 阅读 · 0 评论 -
Keras的RNN初探
先尝试了Embedding的用法: 介绍看这里:https://keras-cn.readthedocs.io/en/latest/layers/embedding_layer/#embedding_1 from keras import backend as K from keras.layers import Dense, Embedding, Activation, Permute,I...原创 2019-08-29 20:37:39 · 199 阅读 · 0 评论