ashpy:TensorFlow 2.0库用于分布式训练,评估,模型选择和快速原型制作

时间:2024-03-31 00:56:47
【文件属性】:

文件名称:ashpy:TensorFlow 2.0库用于分布式训练,评估,模型选择和快速原型制作

文件大小:226KB

文件格式:ZIP

更新时间:2024-03-31 00:56:47

training machine-learning deep-learning tensorflow gan

AshPy AshPy是一个TensorFlow 2.1库,用于(分布式)培训,评估,模型选择和快速原型制作。 它旨在减轻设置用于训练复杂的定制深度学习模型的体系结构的所有细微差别的负担。 | | | | 快速范例 # define a distribution strategy strategy = tf . distribute . MirroredStrategy () # work inside the scope of the created strategy with strategy . scope (): # get the MNIST dataset train , validation = tf . keras . datasets . mnist . load_data () # process data if needed def


网友评论