@创建于:2022.03.26
@修改于:2022.03.26
文章目录
*
- 1、官网
-
+ 1.1 查看版本
+ 1.2 查看keras
- 1.3 Classify text with BERT
- 2、keras
1、官网
tensorflow官网:https://tensorflow.google.cn
; 1.1 查看版本
查看版本发布情况:API–Versions
https://tensorflow.google.cn/versions
; 1.2 查看keras
点击r2.6 – keras(搜索下)
或者在左侧导航栏查找
https://tensorflow.google.cn/versions/r2.6/api_docs/python/tf/keras
1.3 Classify text with BERT
2、keras
官网:https://keras.io/
[官网中文:https://keras.io/zh/
layer介绍:https://keras.io/api/layers/
Original: https://blog.csdn.net/chenhepg/article/details/123762034
Author: 条件漫步
Title: tensorflow 2.X官网、keras官网介绍