0

I want to create a more complex architecture than requires layers connected in a custom way.Can I achive this in skflow ? And if not which framework is best ? Thanks

1 Answers1

0

You can define your own custom model function or even build your own estimator. For example, you can find a ResNet example under tensorflow/examples/learn implemented using TF.Learn (originally skflow).

Yuan Tang
  • 696
  • 4
  • 15