knowledgedefinednetworking / -knowledge-defined-networking

Apache License 2.0
12 stars 6 forks source link

Cannot find dataset #1

Open yzf123456 opened 5 years ago

yzf123456 commented 5 years ago

Hello, fristly ,Thank you very much for the code you provided.Now,i try to run your code ,but it doesn't work , the problem is OSError: outputMultipleRouting_5.txt not found image I really can't find this file.

albert-mestres commented 5 years ago

Hi,

Please, try to specify this "fileData" parameter with a file from the provided datasets.

Best regards,

Albert

On Fri, May 3, 2019 at 4:20 AM yzf123456 notifications@github.com wrote:

Hello, fristly ,Thank you very much for the code you provided.Now,i try to run your code ,but it doesn't work , the problem is OSError: outputMultipleRouting_5.txt not found [image: image] https://user-images.githubusercontent.com/43875437/57117208-f7197300-6d8c-11e9-809a-e045e0fd1c71.png I really can't find this file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/knowledgedefinednetworking/-knowledge-defined-networking/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AARBLLYJGULOT7RWVUXOK63PTOOO7ANCNFSM4HKPSG4Q .

yzf123456 commented 5 years ago

OK,thanks for your help!

Best wish!

Hiramdu commented 3 years ago

Hello, I see there are 2 inputs: FILE=dataLong_2.txt in run.sh fileName = 'outputMultipleRouting_5.txt' in sysTest.py. I couldn't find these 2 data in your provided dataset. And I randomly use datasets in your provided datasets, there is an error: data = data[0:samples,0:456] IndexError: too many indices for array

May you recommend datasets to use in these two input?