提交 a44b6842 编写于 作者: J jrzaurin

added a simple routine to warm up the weights of the different model components

上级 04cb73a3
from typing import Union
from .wide import Wide
from .deep_dense import DeepDense
from .deep_text import DeepText
from .deep_image import DeepImage
WDModel = Union[Wide, DeepDense, DeepText, DeepImage]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册