ddbourgin / numpy-ml

Machine learning, in numpy
https://numpy-ml.readthedocs.io/
GNU General Public License v3.0
15.26k stars 3.7k forks source link

Check if trainable #55

Open vahmelk99 opened 4 years ago

vahmelk99 commented 4 years ago

If conv is not trainable you must check and not update "W".

https://github.com/ddbourgin/numpy-ml/blob/4f37707c6c7c390645dec5a503c12a48e624b249/numpy_ml/neural_nets/layers/layers.py#L2488