AndrewCarterUK / football-predictor

Using a Deep Neural Network (DNN) to predict the results of Premier League Football Matches
MIT License
204 stars 96 forks source link

Update predict.py #9

Open Jaduongmusa opened 1 year ago

Jaduongmusa commented 1 year ago

The logging module was removed in TensorFlow 2.0.

To log messages in TensorFlow 2.0 and later, we use Python's built-in logging module or the TensorFlow Summary API. In this case we used TensorFlow Summary API.