You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i installed the tensorflow 1.1.0 on my RaspberryPi 2 successfully.
and run a python code which i have tested on a Ubuntu system.
the code used the tensorflow estimator to build a network.
when i run the code, i got this error: ERROR: predict() got an unexpected keyword argument checkpoint_path
so i checked the estimator.py, found that the predict() do have no checkpoint_path argument,
so i added the checkpoint_path=None, solved the problem.
but i checked the code from tensorflow, the predict() do have argument checkpoint_path.
i think maybe i should share this here.
Steps to Reproduce
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
Raspberry Pi model:
Operating System used:
Version of Python used:
SD card memory size:
Size of USB/other device used as swap (if building from source):
TensorFlow git commit hash (if building from source):
Relevant Console Output/Logs
The text was updated successfully, but these errors were encountered:
Describe the Issue
i installed the tensorflow 1.1.0 on my RaspberryPi 2 successfully.
and run a python code which i have tested on a Ubuntu system.
the code used the tensorflow estimator to build a network.
when i run the code, i got this error:
ERROR: predict() got an unexpected keyword argument checkpoint_path
so i checked the estimator.py, found that the predict() do have no checkpoint_path argument,
so i added the checkpoint_path=None, solved the problem.
but i checked the code from tensorflow, the predict() do have argument checkpoint_path.
i think maybe i should share this here.
Steps to Reproduce
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
Relevant Console Output/Logs
The text was updated successfully, but these errors were encountered: