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
Describe the bug
When running SAC I get flooded with following warnings (possibly for each layer created):
WARNING:tensorflow:Entity <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7fc4e447c518>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, export AUTOGRAPH_VERBOSITY=10) and attach the full output. Cause: converting <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7fc4e447c518>>: AssertionError: Bad argument number for Name: 3, expecting 4
Are those safe to ignore, or? Why are those appearing on presumably legit code?
System Info
Describe the characteristic of your environment:
Describe how the library was installed: source
GPU models and configuration: no GPU
Python version: 3.6.8
Tensorflow version 1.14
Versions of any other relevant libraries: Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
Describe the bug
When running SAC I get flooded with following warnings (possibly for each layer created):
WARNING:tensorflow:Entity <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7fc4e447c518>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux,
export AUTOGRAPH_VERBOSITY=10
) and attach the full output. Cause: converting <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7fc4e447c518>>: AssertionError: Bad argument number for Name: 3, expecting 4Are those safe to ignore, or? Why are those appearing on presumably legit code?
System Info
Describe the characteristic of your environment:
The text was updated successfully, but these errors were encountered: