Viewing a single comment thread. View all comments

VinnyVeritas t1_ivnv1dt wrote

I am not understanding the point of rewriting Keras on top of PyTorch? Is it just for your own fun?

Why not use Keras directly? Keras has better deployment capabilities as a bonus.

0

gahaalt OP t1_ivnveuu wrote

Why not have an API that simplifies model creation in PyTorch? Let's not debate which framework is better. Model creation is but a small brick in the whole framework ecosystem. I am sure there are people who want to stick with PyTorch while creating models conveiniently.

2

VinnyVeritas t1_ivqdjyf wrote

Oh I didn't realize you saw it as a simplification because all it does is remove the input size but then you need to create input placeholders. I thought it was meant to reimplement Keras on PyTorch.

0