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
Asked
Active
Viewed 39 times
0
-
There is no best. But [keras](https://github.com/fchollet/keras) is very very popular and can do what you want. – sascha Nov 21 '16 at 14:30
-
Thank you. I ll look into it. – lui lan Nov 22 '16 at 03:16
1 Answers
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