-
Notifications
You must be signed in to change notification settings - Fork 4
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
test,train and val .npy files are corrupted #2
Comments
|
Hey,
Yes, I tried that, but every time I download it, the three .npy files are
corrupted. Is it possible to get the other values? My objective is to
replace the dataset with a new one to see if the program can be replicated
in other modes.
Warm regards,
Navneet
…On Thu, May 2, 2024 at 2:19 PM Xiaowei ***@***.***> wrote:
41401714651979_.pic.jpg (view on web)
<https://github.com/maoxiaowei97/DRL4Route/assets/91260703/9e5556fa-e1aa-4c57-9552-279ebf3a1556>
Thanks for you question, I downloaded the files from this github and
loaded the datasets. Maybe you can download again and try to load them. The
dataset here provides a sample for running the algorithm. You can obtain
the raw data and preprocess files from https://github.com/wenhaomin/LaDe.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT5SSNTFXYU3CHE34TCXMSTZAIVLXAVCNFSM6AAAAABHDPJIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGM2TQOJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
data.zip |
yes that works thank you.
But my main issue is that I get a key error because of V_len every time I
try to run route_prediction
…On Thu, May 2, 2024 at 3:47 PM Xiaowei ***@***.***> wrote:
import pickle
with open('train.pickle', 'rb') as f:
loaded_data_train = pickle.load(f)
data.zip
<https://github.com/maoxiaowei97/DRL4Route/files/15189167/data.zip>
Please try to load the files saved by pickle, thanks~
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT5SSNX4U7GAVOKWNQCJSOTZAI7VJAVCNFSM6AAAAABHDPJIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGU2DINRRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, sorry for troubling you again, but could you explain the logic behind
your creation of the .npy files. Also, I have tried to get your LaDe-master
code running but it really seems impossible to get it running. I want to
convert my dataset, which has the same columns as your .csv file, to the
train, test and val files to run it with the code
On Mon, May 6, 2024 at 10:36 AM Navneet sajith ***@***.***>
wrote:
… yes that works thank you.
But my main issue is that I get a key error because of V_len every time I
try to run route_prediction
On Thu, May 2, 2024 at 3:47 PM Xiaowei ***@***.***> wrote:
> import pickle
> with open('train.pickle', 'rb') as f:
> loaded_data_train = pickle.load(f)
>
> data.zip
> <https://github.com/maoxiaowei97/DRL4Route/files/15189167/data.zip>
> Please try to load the files saved by pickle, thanks~
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AT5SSNX4U7GAVOKWNQCJSOTZAI7VJAVCNFSM6AAAAABHDPJIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGU2DINRRGY>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
If even that does not work, could you try running my dataset with your code
and see if it works? I know that this is a huge ask but I am at my wits end
haha. I would really appreciate it.
Warm regards,
Navneet
On Thu, May 23, 2024 at 11:47 AM Navneet sajith ***@***.***>
wrote:
… Hi, sorry for troubling you again, but could you explain the logic behind
your creation of the .npy files. Also, I have tried to get your LaDe-master
code running but it really seems impossible to get it running. I want to
convert my dataset, which has the same columns as your .csv file, to the
train, test and val files to run it with the code
On Mon, May 6, 2024 at 10:36 AM Navneet sajith ***@***.***>
wrote:
> yes that works thank you.
> But my main issue is that I get a key error because of V_len every time I
> try to run route_prediction
>
> On Thu, May 2, 2024 at 3:47 PM Xiaowei ***@***.***> wrote:
>
>> import pickle
>> with open('train.pickle', 'rb') as f:
>> loaded_data_train = pickle.load(f)
>>
>> data.zip
>> <https://github.com/maoxiaowei97/DRL4Route/files/15189167/data.zip>
>> Please try to load the files saved by pickle, thanks~
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#2 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AT5SSNX4U7GAVOKWNQCJSOTZAI7VJAVCNFSM6AAAAABHDPJIIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGU2DINRRGY>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
|
Thanks for your question~
3.Please describe your dataset and your problem, and I would be happy if I could provide some suggestions. |
Hey,
If I wanted to check the distance between the corresponding points and the
overall standard deviation between the predicted and actual sequence, how
exactly would I do this?
|
could you check the tes, train and val.npy files. they seem to be corrupted
The text was updated successfully, but these errors were encountered: