Open kazimahathir73 opened 1 week ago
In network_base.py give type error. Reason is maybe happens because TensorFlow 2.x uses different argument names for certain functions, including the L2 regularizer. In TensorFlow 2.x, the correct argument name is l2 instead of l.
.
In network_base.py give type error. Reason is maybe happens because TensorFlow 2.x uses different argument names for certain functions, including the L2 regularizer. In TensorFlow 2.x, the correct argument name is l2 instead of l.
.