Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSTM Pickling Error in test_data_model.py #385

Open
hlembo opened this issue Aug 24, 2022 · 0 comments
Open

LSTM Pickling Error in test_data_model.py #385

hlembo opened this issue Aug 24, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hlembo
Copy link
Collaborator

hlembo commented Aug 24, 2022

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:

  1. Go to test_data_py
  2. run the test
  3. 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.

@hlembo hlembo added the bug Something isn't working label Aug 24, 2022
@hlembo hlembo self-assigned this Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant