Tobias Jacob
Tobias Jacob
I think it would be awesome to particularly not have dynamic types, but keeping it static. If you catch invalid tensor operations at compile time, you save a lot of...
One project having a implementation is this one: [tch-typed-tensor](https://github.com/jerry73204/tch-typed-tensor) And its follow-up: [rust-typed-tensor](https://github.com/jerry73204/rust-typed-tensor)
Hello @gunnarsundberg, yes I see, the configuration of Azure through secrets is probably a better approach. I think you have a better understanding of how to implement that, if you...
I agree on that, I think this is a good idea.
Hi @MattFerraro , Thanks, great to hear. I think I can start working on refactoring the code to use gradient descent. I can also document the maths behind it in...
I was able to make some progress in the repo https://github.com/CADmium-Co/ISOtope. There is still room for improvement, but I think we can start working on integrating it into the software...
Yes, one test case is not yet working, its written down in the Todos of the Readme.
PS: Some of the constraints could be improved still, but I think the overall structure shouldnt change too much anymore. Also having UI would help a lot for debugging, thats...
Yeah, you can open up an issue for this in the new isotope repo
Thanks for the resource, this could be a great contribution in the future. Right now I am still working on the foundations for the algebra, numerical intersection finding, different basic...