Serg Gini
Serg Gini
MModular
Created by Kevin Thomas on 6/20/2024 in #community-showcase
mojonet
Isn't Mojo's bindings should be to C++ libtorch library? for the speed..
14 replies
MModular
Created by Jack Clayton on 5/10/2024 in #community-showcase
Basalt: ML Framework
No PyTorch is a first-class bindings to libtorch, which is C++ library. And it is kinda optimised, but bloated and not very great quality of code... That's why there are some other solutions that outperform it
26 replies
MModular
Created by Frank Saez on 6/5/2024 in #questions
Question about iterating a list of strings
for 'dereference' or something like that. I've seen it in the other code, but still don't understand this model yet by myself)
14 replies
MModular
Created by Frank Saez on 6/5/2024 in #questions
Question about iterating a list of strings
You need to use print(x[])
14 replies
MModular
Created by MRiabov on 6/3/2024 in #questions
How to iterate through an array/list?
lines looks like Tuple, not like List. Why not List((Int, Int),...) ?
7 replies
MModular
Created by Martin Dudek on 5/26/2024 in #questions
Why are you using Mojo?
Go has nice geospatial libs) and two-language problem is Julia’s trademark 😄
23 replies
MModular
Created by Darkmatter on 5/19/2024 in #questions
JSON Parser?
Python interop for reading json worked for me.. Maybe I had quite simple json structure
2 replies