Seems like the activation function is not called and systematically replacedby f() function.
Tried to do a console log each time the function was called. The log never appeared.
Reproduction :
- Add
console.log("ReLu'); to ReLu function in activation.js
- Set layers to use this activation function