Use keras ImageDataGenerator.flow_from_directory() with Talos Scan()

倖福魔咒の 提交于 2019-12-04 09:16:01

You can now use fit_generator() in Talos experiments. See the corresponding issue for more information.

There is no specific instructions pertaining to "how to" as in accord with Talos philosophy you can use fit_generator exactly the way you would use it with a standalone Keras model. Just replace model.fit(...) with model.fit_generator(...) and use a generator as per your need.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!