I tried to install and run the project, but I’m not sure which versions of Python and the required libraries are supported.
For example, when using Python 3.9 and tensorflow-cpu==2.22, I get the following error:
ValueError: Invalid value for argument reduction. Expected one of {'mean_with_sample_weight', 'mean', None, 'sum', 'sum_over_batch_size', 'none'}. Received: reduction=auto
Could you please specify the compatible Python and library versions (especially TensorFlow)?