divamgupta / divamgupta/diffusionbee-stable-diffusion-ui
Tensorflow errors and warnings in logs
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 727
- PR merge metrics
- No merged PRs in 30d
Description
M1 Pro 32Gb RAM 10 CPU 16 GPU Ventura 13.0 Beta
```
Logs:
Metal device set to: Apple M1 Pro
2022-09-24 10:24:42.126093:1 tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:305]Could not identify NUMA node of platform GPU ID 0, defaulting to O. Your kernel may not have been built with NUMA support.
2022-09-24 10:24:42.126237:1 tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:271] Created TensorFlow device V/job:localhost/replica:O/task:O/device:GPU:O with O MB memory) -> physical
PluggableDevice (device: O, name: METAL, pci bus id: «undefined>)
WARNING:tensorflow:AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, export AUTOGRAPH_VERBOSITY=10') and attach the full output.
Cause: Unable to locate the source code of >. Note that functions defined in certain environments, like the interactive Python shell, do not expose their source code. If that is the case, you should define them in a py source file. If you are certain the code is graph-compatible, wrap the call using @tf.autograph.experimental.do_not_convert. Original error: could not get source code
To silence this warning, decorate the function with @tf.autograph.experimental.do_not_convert
WARNING:tensorflow:AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, 'export AUTOGRAPH _VERBOSITY=10) and attach the full output.
Cause: Unable to locate the source code of >. Note that functions defined in certain environments, like the interactive Python shell, do not expose their source code. If that is the case, you should define them in a py source file. If you are certain the code is graph-compatible, wrap the call using @tf.autograph.experimental.do_not_convert. Original error: could not get source code
To silence this warning, decorate the function with @f.autograph.experimental.do_not_convert
WARNING:tensorflow:AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, 'export AUTOGRAPH_VERBOSITY=10') and attach the full output.
Cause: Unable to locate the source code of >. Note that functions defined in certain environments, like the interactive Python shell, do not expose their source code. If that is the case, you should define them in a py source file. If you are certain the code is graph-compatible, wrap the call using @tf.autograph.experimental.do_not_convert. Original error: could not get source code
To silence this warning, decorate the function with @f.autograph.experimental.do_not_convert
WARNING:tensorflow: AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, 'export AUTOGRAPH_VERBOSITY=10' and attach the full output.
Cause: Unable to locate the source code of >. Note that functions defined in certain environments, like the interactive Python shell, do not expose their source code. If that is the case, you should define them in a py source file. If you are certain the code is graph-compatible, wrap the call using @f.autograph.experimental.do_not_convert. Original error: could not get source code
To silence this warning, decorate the function with @tf.autograph.experimental.do_not_convert
WARNING:tensorflow: AutoGraph could not transform > and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, 'export AUTOGRAPH _VERBOSITY=10) and attach the full output.
Cause: Unable to locate the source code of >. Note that functions defined in certain environments, like the interactive Python shell, do not expose their source code. If that is the case, you should define them in a py source file. If you are certain the code is graph-compatible, wrap the call using @f.autograph.experimental.do_not_convert. Original error: could not get source code
To silence this warning, decorate the function with @f.autograph.experimental.do_not_convert
```
I'm not sure if it's an error, just thought you might be interested in logs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.