内容简介:Keras 是一个极简的、高度模块化的神经网络库,采用 Python 开发,能够运行在 TensorFlow、CNTK 和 Theano 平台上。Keras 2.1.2 更新如下: 改进 Bug 修复和性能改进。 Keras 应用、生成器方法的 API 改进。 ...
Keras 是一个极简的、高度模块化的神经网络库,采用 Python 开发,能够运行在 TensorFlow、CNTK 和 Theano 平台上。Keras 2.1.2 更新如下:
改进
Bug 修复和性能改进。
Keras 应用、生成器方法的 API 改进。
API 更改
Make
preprocess_inputin all Keras applications compatible with both Numpy arrays and symbolic tensors (previously only supported Numpy arrays).Allow the
weightsargument in all Keras applications to accept the path to a custom weights file to load (previously only supported the built-inimagenetweights file).steps_per_epochbehavior change in generator training/evaluation methods:If specified, the specified value will be used (previously, in the case of generator of type
Sequence, the specified value was overridden by theSequencelength)If unspecified and if the generator passed is a
Sequence, we set it to theSequencelength.Allow
workers=0in generator training/evaluation methods (will run the generator in the main process, in a blocking way).Add
interpolationargument inImageDataGenerator.flow_from_directory, allowing a custom interpolation method for image resizing.Allow
gpusargument inmulti_gpu_modelto be a list of specific GPU ids.
请注意, steps_per_epoch 如上所述的更改,可能会影响部分用户使用。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Keras 2.1.2 发布,高度模块化的神经网络库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Keras 2.1.3 发布,高度模块化的神经网络库
- Android模块化改造以及模块化通信框架
- Laravel 模块化开发模块 – Caffienate
- ASP.NET Core模块化前后端分离快速开发框架介绍之4、模块化实现思路
- 前端模块化架构设计与实现(二|模块接口设计)
- JavaScript模块化
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
虚拟现实:最后的传播
聂有兵 / 中国发展出版社 / 2017-4-1 / 39.00
本书对“虚拟现实”这一诞生自70年代却在今天成为热门话题的概念进行了历史发展式的分析和回顾,认为虚拟现实是当今最重大的社会变革的技术因素之一,对虚拟现实在未来百年可能给人类社会的各个层面带来的影响进行说明,结合多个大众媒介的发展趋势,合理地推演未来虚拟现实在政治、经济、文化等领域的态势,并基于传播学理论框架提出了几个新的观点。对于普通读者,本书可以普及一般的虚拟现实知识;对于传媒行业,本书可以引导......一起来看看 《虚拟现实:最后的传播》 这本书的介绍吧!