#Need Feedback.

18 messages · Page 1 of 1 (latest)

void brook
#

I've drafted a proposal for a Java CNN Builder for an open-source Java ML library and would greatly appreciate your feedback. The main goal is to provide an intuitive and easy way to create CNNs. Feel free to respond directly on GitHub. Thank you all! https://github.com/Samyssmile/edux/discussions/50

GitHub

Hello everyone 👋, I've been working on a simple and efficient way to define CNN architectures, and I'd love to get your feedback! Inspired by the Builder design pattern, I've crafted a ...

analog nestBOT
#

This post has been reserved for your question.

Hey @void brook! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

digital harness
#

Why make it limited to CNNs?

#

Also, is it possible to compose (already bult) architectures?

digital harness
#

Also why?

#

What's the point of using virtual threads for CPU bound stuff?

#

I can tell you: nothing

#

virtual threads aren't magically faster threads

void brook
#

No they not, but for our Benchmark we wanna have them. We're running benchmarks on 4000x4000 matrices to explore practical impacts. We also use Strassen Approach, Threaded, CUDA, Single Threads classic.

#

Btw. CUDA is magicly instant okcool

void brook
digital harness
#

Does it even support 3D convolutions?

void brook
digital harness
#

I am talking about using 3D convolution layers in general

#

not just classifications