There is an issue with Noughts and Crosses.
As shown in the log below, the model cannot be downloaded from the cloud.
I am following Noughts and Crosses on a Windows 11 with Python 3.11, using ydf instead of tfdf as per your previous guide (
https://groups.google.com/g/mlforkids/c/PZehIxaXV4U/m/3gJe1XahAQAJ).
Although I followed the guide in the PDF, cannot download the trained model at step 35 of the PDF guide. When I check the folder, there are no files.
Even after deleting the folder and trying again, the result is the same. The download fails.
Please help me.
thanks.
=============================
MLforKids : Checking for downloaded model...
MLforKids : Reusing downloaded model from saved_models\19efded0-15e5-11f0-8781-59d7b9cdc69c
MLforKids : Loading model...
Traceback (most recent call last):
~~~~~~~~~
ValueError: The given model is not a TensorFlow Decision Forests since it is missing a `saved_model.pb` file. Make sure the given directory saved_models\19efded0-15e5-11f0-8781-59d7b9cdc69c refers to the full TensorFlow Decision Forest model (not just one of its subdirectories).