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
On a clean install of tf 2.13 with python 3.9 on Ubuntu (following pip guide that uses conda),
from keras_flops import get_flops
fails with
KeyError: "Registering two statistical functions with name 'AddV2,flops'! (Previous registration was in register /home/name/miniconda3/envs/tf-2.13/lib/python3.9/site-packages/tensorflow/python/framework/registry.py:65)"
The text was updated successfully, but these errors were encountered:
On a clean install of tf 2.13 with python 3.9 on Ubuntu (following pip guide that uses conda),
from keras_flops import get_flops
fails with
KeyError: "Registering two statistical functions with name 'AddV2,flops'! (Previous registration was in register /home/name/miniconda3/envs/tf-2.13/lib/python3.9/site-packages/tensorflow/python/framework/registry.py:65)"
The text was updated successfully, but these errors were encountered: