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 で実現できますか? そうでない場合、どのフレームワークが最適ですか? ありがとう
独自のカスタム モデル関数を定義したり、独自の推定器を作成したりすることもできます。たとえば、TF.Learn (元は skflow) を使用して実装された tensorflow/examples/learn の下に ResNet の例があります。