Viewing a single comment thread. View all comments

Conscious_Heron_9133 t1_iz5ik8t wrote

Reply to comment by gdahl in [D] PyTorch 2.0 Announcement by joshadel

I did, yes, but I found the syntax counterintuitive. It is very python-like, but its syntax was conceived to not include types declarations in the first place, and only later adapted to do so.

When I say high level differentiable framework in a strongly typed language I imagine to take something that works already as stronlgy typed, and then adapt it to automatic differentiation and jit compilation -- but not the opposite.

I refer to an hypothetical language that is, for example, what C# is to the C++. Similar syntax, higher level.

Does that make sense?

1