Commit 67cfc95b authored by Gunho Park's avatar Gunho Park
Browse files

Internal change

parent 53c3f653
......@@ -81,8 +81,6 @@ class RefUnet(tf.keras.layers.Layer):
"""Creates the variables of the BASNet decoder."""
conv_op = tf.keras.layers.Conv2D
conv_kwargs = {
'dilation_rate': 1,
'activation': self._config_dict['activation'],
'kernel_size': 3,
'strides': 1,
'use_bias': self._config_dict['use_bias'],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment