Hi, I am trying to run the code with the input as:
python3 predict_random_missing.py 'testdata_100sample.csv' 'testloss_100sample.csv' 'models/imputationmodel.ckpt' 17176 0.7 as given in the README file.
But, I am getting this error:
OutOfRangeError (see above for traceback): Read less bytes than requested
[[node save/RestoreV2 (defined at predict_random_missing.py:15) ]]
Any help or suggestions are appreciated.
Hi, I am trying to run the code with the input as:
python3 predict_random_missing.py 'testdata_100sample.csv' 'testloss_100sample.csv' 'models/imputationmodel.ckpt' 17176 0.7 as given in the README file.
But, I am getting this error:
OutOfRangeError (see above for traceback): Read less bytes than requested
[[node save/RestoreV2 (defined at predict_random_missing.py:15) ]]
Any help or suggestions are appreciated.