Submitted by joshadel t3_zaqbwr in MachineLearning
gdahl t1_iyy504n wrote
Reply to comment by Conscious_Heron_9133 in [D] PyTorch 2.0 Announcement by joshadel
Have you tried Dex? https://github.com/google-research/dex-lang It is in a relatively early stage, but it is exploring some interesting parts of the design space.
Conscious_Heron_9133 t1_iz5ik8t wrote
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?
Viewing a single comment thread. View all comments