question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No dataset found for examples

See original GitHub issue

Hey Maruan, when I call gp_lstm_actuator.py from the examples directory, I get:

"Cannot find DATA_PATH variable in the environment. "
Exception: Cannot find DATA_PATH variable in the environment. DATA_PATH should be the folder that contains `sysid/` directory with the data. Please export DATA_PATH before loading the data.

which I take to mean either 1. I didn’t download the actuator data and need to, or 2. The setup script downloaded the data but didn’t set the DATA_PATH

In any case, can you comment on where this data might reside, and what the folder structure should look like to run the examples?

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alshedivatcommented, Nov 5, 2016

Dan, Alexis, thanks for bringing this up. Sorry for the DATA_PATH-related issue – on my machines, I usually keep all the data in a dedicated folder to which DATA_PATH is pointing. I agree that for the examples such a set up is an overkill and shouldn’t be a requirement.

Dan, thanks for the code snippets. Similarly to what you suggested, I will update the data utils to allow automatic data retrieving in case it is not found. It’s a little bit trickier when you want to support both Python 2 and 3, since pickle formats differ. I will push the updates during the coming week.

You are more than welcome to open a PR with the setup instructions for mac.

0reactions
alshedivatcommented, Jun 7, 2018

@XYLee01, examples that use sysid data should run (they automatically retrieve and preprocess the data). If you want to run examples on kin40k, the data loader assumes that you already have that dataset (and DATA_PATH should correctly point to it). You can download kin40k data from Andrew Wilson’s page (also, follow the instructions there on how to preprocess the dataset).

Of course, it would be nice to have an automatic data loader for kin40k that takes care of all preprocessing. I very much welcome contributions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No Dataset found for Developer Name "X", Wave Asset doesn ...
Package install failing with errors: No Dataset found for Developer Name "X", Wave Asset doesn't existing in the Org.
Read more >
Error: Not found: Dataset my-project-name:domain_public was ...
I am from non-US country. What is the issue and how to fix it please? EDIT 1: I change the processing location to...
Read more >
"data set not found" error - General - RStudio Community
I am new to R studio, trying load a dataset txt file from DAVID to use it with the GoPlot package to plot...
Read more >
ORA-01403: no data found tips - Burleson Consulting
ORA-01403 no data found: Cause: In a host language program, all records have been fetched. The return code from the fetch was +4,...
Read more >
Uncovering Deployment Techniques for Tableau CRM
For example, let's say you created a dataset using a CSV file and have ... your deployment will fail with the error –...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found