model-analysis
model-analysis copied to clipboard
Model analysis tools for TensorFlow
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow Model Analysis)**: No - **OS Platform and Distribution (e.g., Linux...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow-model-analysis If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or...
TFMA version: 0.33 Hi team, I found a bug in TFMA validation. It happens when I use multiple feature values to specify slicing like so: ```python eval_config = text_format.Parse(""" model_specs...
The link provided was not showing information about the correct type. Now it is correctly showing the bytes-value documentation. https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/bytes-value
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow Model Analysis)**: Yes - **OS Platform and Distribution (e.g., Linux...
**System information** - Have I specified the code to reproduce the issue (Yes/No): yes - Environment in which the code is executed (e.g., Local (Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc):...
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow Model Analysis)**: Yes - **OS Platform and Distribution (e.g., Linux...
I changed the "pip install" lines from ` "pip install..." ` to ` ```Shell "pip install..." ``` ` so a user can now easily copy the commands to their terminal...
Hello all, I am referring here to stackoverflow that I have published couple of days ago: [https://stackoverflow.com/questions/56248024/tensorflow-model-analysis-tfma-for-keras-model] I didn't receive any response. There might not be too many people that...