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
Registering two statistical functions with name 'FusedBatchNormV3,flops'! (Previous registration was in register /usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/registry.py:65)"
#19
Open
rsarka34 opened this issue
Oct 13, 2023
· 1 comment
KeyError: "Registering two statistical functions with name 'FusedBatchNormV3,flops'! (Previous registration was in register /usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/registry.py:65)"
The text was updated successfully, but these errors were encountered:
KeyError Traceback (most recent call last)
in <cell line: 4>()
2 from tensorflow.keras.layers import Dense, Flatten, Conv2D, MaxPooling2D, Dropout
3
----> 4 from keras_flops import get_flops
5
6 # build model
4 frames
/usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/registry.py in register(self, candidate, name)
55 if name in self._registry:
56 frame = self._registry[name][_LOCATION_TAG]
---> 57 raise KeyError(
58 "Registering two %s with name '%s'! "
59 "(Previous registration was in %s %s:%d)" %
KeyError: "Registering two statistical functions with name 'FusedBatchNormV3,flops'! (Previous registration was in register /usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/registry.py:65)"
The text was updated successfully, but these errors were encountered: