Hi I am getting error while running the notebook in line where we are importing
from tensorflow.contrib.layers import apply_regularization, l2_regularizer
`---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
15
16 import tensorflow as tf
---> 17 from tensorflow.contrib.layers import apply_regularization, l2_regularizer
18
19 import bottleneck as bn
ModuleNotFoundError: No module named 'tensorflow.contrib'`
Please help