xxMrPHDxx
xxMrPHDxx
Mine also happened almost the same but this time with extrautilities2 ``` [Server thread/ERROR] [BuildCraft]: [silicon.facade] Invalid property! java.lang.RuntimeException: Invalid IProperty object detected! Class = class com.rwtema.extrautils2.blocks.BlockEnderLilly$1 Method not overriden:...
Well actually after looking at it for a few times, it seems that the `check` function missing something. I loop into `other`'s property and check them all but forgot to...
I wonder if gradients should be updated in the same way? Sorry, I don't know the algorithm well
Based on the way you mention earlier, I assume that the calculation is done as follows ``` deltas = [] for layer of layers: delta = calculateDelta() deltas.append(delta) calculateGradient() bias.addGradient()...
>>but bias must be treated in the same way That's what I meant earlier. Thanks for the info
Lol. Just exploring your code to add more activation function into my code and found that out. Now all of them should work fine