Y
Hacker News
new
|
ask
|
show
|
jobs
by
MiroF
2503 days ago
A dynamic language can be super frustrating to develop with because you have to keep tensor dimensions memorized in your head or in comments
1 comments
marmaduke
2503 days ago
How is à statically typed language going to help with tensor dimensions?
link
MiroF
2503 days ago
Named/typed axes checking - ie. I shouldn't be able to contract along two dimensions of different types (like batch dimension contracted with time dimension)
link