dishmint / ArcanePropagation

Exploring image convolution and fragment shaders.
MIT License
2 stars 0 forks source link

Take log of operations to avoid small numbers #68

Open dishmint opened 1 year ago

dishmint commented 1 year ago

Maybe add a param takeLog, which will take the log of kernel results and avoid small numbers. (like vanishing gradients in backprop).