Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个比需要以自定义方式连接的层更复杂的架构。我可以在 skflow 中实现这一点吗?如果不是,哪个框架最好?谢谢
您可以定义自己的自定义模型函数,甚至构建自己的估算器。例如,您可以在 tensorflow/examples/learn 下找到使用 TF.Learn(原为 skflow)实现的 ResNet 示例。