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
Describe the bug
It seems when pickle goes to collect the data and write it to a file. It writes it to a file but then outputs an error saying that there is a File Not Found Error.
Relevant Requirements
Indicate any enhancement issues (i.e., requirements) that are impacted by this issue.
To Reproduce
Steps to reproduce the behavior:
Go to test_data_py
run the test
Recieve error in console
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
ERROR OUPUTTED
FileNotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ram://69627bf5-589b-4e47-bcb9-9d2eb5540771/variables/variables
You may be trying to load on a different device from the computational device. Consider setting the experimental_io_device option in tf.saved_model.LoadOptions to the io_device such as '/job:localhost'
Desktop (please complete the following information):
OS: [Windows]
Additional context
Seems to be a Windows issue with Pickle.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems when pickle goes to collect the data and write it to a file. It writes it to a file but then outputs an error saying that there is a File Not Found Error.
Relevant Requirements
Indicate any enhancement issues (i.e., requirements) that are impacted by this issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
ERROR OUPUTTED
FileNotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ram://69627bf5-589b-4e47-bcb9-9d2eb5540771/variables/variables
You may be trying to load on a different device from the computational device. Consider setting the
experimental_io_device
option intf.saved_model.LoadOptions
to the io_device such as '/job:localhost'Desktop (please complete the following information):
Additional context
Seems to be a Windows issue with Pickle.
The text was updated successfully, but these errors were encountered: