Viewing a single comment thread. View all comments

JacksOngoingPresence t1_jcjfaac wrote

Reply to comment by codeinassembly in Choose wisely by nickpngc

+1
Default keras pipeline is fast, beginner friendly and great. As soon as something custom needs to be done - it's just painful if even possible.

Also the last time I checked (~a year ago) some features were heavily bugged ever since the introduction (literally for years). Like model.predict or tf.function cause memory leaks even with the "examples" code. That was the switching point for me.

3