You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I compare your work with the official implementation of Resnet by tensorflow in https://github.com/tensorflow/tensorflow/blob/v2.3.0/tensorflow/python/keras/applications/resnet.py. There are some notable differences between your work and tensorflow. For example, the downsampling implementation and the batch norm in the input layer. So here is my question, which version of Resnet is more effective? Hope you can help me with this. Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I compare your work with the official implementation of Resnet by tensorflow in https://github.com/tensorflow/tensorflow/blob/v2.3.0/tensorflow/python/keras/applications/resnet.py. There are some notable differences between your work and tensorflow. For example, the downsampling implementation and the batch norm in the input layer. So here is my question, which version of Resnet is more effective? Hope you can help me with this. Thank you.
The text was updated successfully, but these errors were encountered: