jinmc
jinmc
I've had an error that install doesn't work, and `which g++` didn't work. I had g++-11 so I made a symlink from g++ to g++-11 and it worked!
I've been progressing with using the custom module file to for evaulator to solve this issue. ``` import tensorflow_model_analysis as tfma from typing import List def custom_eval_shared_model(eval_saved_model_path, model_name, eval_config, **kwargs)...
having issues again with above method. ``` ValueError: "labels" key not found in extracts. Check that the configuration is setup properly to specify the name of label input and that...
same here. also tried python 3.11 to 3.10 but it doesn't work. still investigating this.