ThinkingForms / VLML

Machine learning in a visual language
Other
24 stars 3 forks source link

VVVV gamma 2019.2 0169 - ConvNet Layer Issues #12

Open emanuelgo opened 4 years ago

emanuelgo commented 4 years ago

Hi YanYas, first thanks a lot for creating VLML! That´s exactly what I was dreaming of!

Unfortunately on Win10 with VVVV gamma 2019.2 0169 with the current VLML on nuget the Convnet Layers are having 2 errors, Creating and Updating is having an issue. Is there a way to solve it or is there any current VVVV version VLML works best?

Thx in advance! All the best, Emanuel

YanYas commented 4 years ago

Hi and thanks @emanuelgo, Could you show me a screenshot of what you're seeing?

YanYas commented 4 years ago

@emanuelgo, I've spotted the problem. Already fixed in my local development branch. The node itself however actually still works, it just looks a bit weird on the canvas. callmenames-2020-01-27-Application_2020 01 27-20 46 55

Update coming soon.

emanuelgo commented 4 years ago

hi @YanYas below I send you the screenshots. True sometimes the Conv node works although it is marked red, but at some point, as you can see in screenshot5 (usually after several conv2D layers) all nodes inclusive the randomspread stop working showing "No data observed". Not sure why. do you have any idea?

Capture Capture2 Capture3 Capture4 Capture5
YanYas commented 4 years ago

Just updated, which should fix the initial problem with the Conv2D nodes. They were missing some pins internally.

But in addition to that, the newer versions of Gamma have broke the default value of the 'V' and 'F' types, so the Conv2D node has a Null input, responsible for the lack of feedback when you hover pins. I'll investigate that.

YanYas commented 4 years ago

Default Problem Fix Example Hi @emanuelgo, I patched the default value issues. Please give the latest update a try.