Metric on Tensor Flow

Hi,

Using tensorflow in python 3.10, i obtain this:

tensorflow:evaluate() received a value for sample_weight, but weighted_metrics were not provided. Did you mean to pass metrics to weighted_metrics in compile()? If this is intentional you can pass weighted_metrics=[] to compile() in order to silence this warning.

is a normal warning?

Best and thanks.

Nicolás Viaux M.

Hi,

Running with tensorflow I get the following, with python 3.10:

tensorflow:evaluate() received a value for sample_weight, but weighted_metrics were not provided. Did you mean to pass metrics to weighted_metrics in compile()? If this is intentional you can pass weighted_metrics=[] to compile() in order to silence this warning.

Is normal?

Best and thanks,

Nicolás V.

WARNING:tensorflow:evaluate() received a value for sample_weight, but weighted_metrics were not provided. Did you mean to pass metrics to weighted_metrics in compile() ? If this is intentional you can pass weighted_metrics=[]tocompile()` in order to silence this warning.

It is a warning and normal. Please ignore.

ok, Many thanks!

Nicolás V.