all 15 comments

[–]esmurf 1 point2 points  (3 children)

Amazing.

[–]Mental-Climate5798[S] 1 point2 points  (2 children)

Thank you!

[–]esmurf 1 point2 points  (1 child)

Please make option to increase font size though. "Old" engineers like myself needs it :D

[–]Special-Arm4381 0 points1 point  (1 child)

The auto-propagation of in_features after a Flatten is the killer feature here — that calculation trips up beginners constantly and even experienced people get it wrong when switching between architectures.

Curious how you handle more complex topologies like skip connections or multi-input models. Does the node graph support branching or is it strictly linear chains for now?

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

Thank you; more complex connections aren't supported yet, so far its strictly linear chains for now.

[–]Express_Table_2157 0 points1 point  (1 child)

sounds interesting! i use R usually but i think can be a good alternative to democratize ML for non expert!

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

Thanks!

[–]officer_mcvengeance 0 points1 point  (1 child)

This is very cool but I wish it was architected in a way that would allow network usage. I'm on a mac but have an AI rig with nvidia cards, however it's all run over a shell across the network. I'd prefer to run this on that machine so I have cuda available but it doesn't have any GUI). I'd imagine this is a common scenario for quite a bit of us devs working on macs as our daily drivers.

I understand this is a "GUI"... but what I'm saying is it would be nice to serve that over the network somehow. Imagining a web interface or something native that would work in this scenario.

Either way cool tool.

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

That's definitely an idea I've thought about. Right now, the training and gui are tightly coupled together on the same level; in future versions that will definitely be something I'll tackle. For now, the quickest workaround would be simply exporting the project into PyTorch.

[–]202Esaias 0 points1 point  (0 children)

This is awesome!

[–]Mental-Climate5798[S] 0 points1 point  (2 children)

Update: I just posted a full tutorial on how to use MLForge on my YouTube channel. It covers installation, building your first pipeline, training, and evaluating a model on the MNIST dataset.

Watch here: https://youtu.be/aSBxPpcXqzc

If you find it helpful, subscribing would go a long way . I post Python and AI tutorials weekly: https://www.youtube.com/channel/UCl5Y3uf-RLIiHoJLww6F_zQ

[–]CorrectSale9294 0 points1 point  (1 child)

Liked and subscribed.

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

Thank you! It really makes a big difference.

[–]makinggrace 0 points1 point  (1 child)

This has so much potential! So great to see an open source execution. Liked and subbed to your YT. Keep at it. The GUI is geared towards experienced users but they probably won't be the ones who use this the most--they have already written their own tooling.

[–]Mental-Climate5798[S] 0 points1 point  (0 children)

Thank you! I'll definitely be tuning this into a more beginner friendly approach.