Giter VIP home page Giter VIP logo

networkmodelingdatasets's People

Contributors

albert-lopez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

networkmodelingdatasets's Issues

Datasets not available

Hi,

I am trying to reproduce the results of the RouteNet paper, but it seems the datasets are no longer available (in datasets_v1). When clicking on any of the links I get the following message: "Forbidden. You don't have permission to access this resource."

Are the datasets publicly available somewhere else?

Many thanks,
Diego

Bandwidths in both directions are not equal in dataset_ v0

In dataset_v0 nsfnet dataset, I unziped one of the results*.tar.gz and try to figure out the data means.
The README.md shows in simulationResults.txt file, Bandwidths are in both directions. So i try to check the bandwidth between node0 and node2.

import numpy as np
s = np.loadtxt('.\simulationResults.txt', dtype=float, delimiter=',', usecols=np.arange(1960))
line = s[0]
src = 0
dst = 2
n = 14
bw1 = line[(src*n+dst)*3]
bw2 = line[(dst*n+src)*3]
print(bw1, bw2)

but the result 0.427143 0.648329 was not same.

how to understand the dataset

Dear sir,
I have two questions about this dataset. First,what is the field in the matrix of route and delay? Second,how to gain the meanings of the matrices ? would you please tell me more information of the dataset?

Release the simulator used to generate the dataset

Hello!

Let me first congratulate you on the great research and on the initiative of releasing the contents to allow further improvements. That's much appreciated.

Now, to my question, do you have any plans to release the custom code of the simulator that you used to generate the dataset? It could be used to create further customizations to more specific use-cases.

BR,
Pedro

Failed to download dataset

Thank you very much for your research!

Now all versions of the dataset cannot be downloaded. Can you please modify the address or have other ways to obtain it?

Problems encountered while running code

RouteNet-Erlang-main/Scheduling/Delay/check_predictions.py:

problem:
1、model.load_weights('./ckpt_dir/{}'.format(best))
Exception has occurred: ValueError
Unable to load weights saved in HDF5 format into a subclassed Model which has not created its variables yet. Call the Model first, then load the weights.
2、I can't find the following dataset
ds_test = input_fn('../../data/gnnet_data_set_evaluation_delays', label='PktsDrop', shuffle=False)
3、Why under this directory(data)
sys.path.insert(1, '../../data/')

datasets not accessible

I've been trying to download the datasets referenced in your public repository, but only v2 and v3 (of the GNNet Challenges 2020 and 2021) are available while all the others are not accessible (v0 and v1 here, v4 here).

I would be interested to access these datasets, is there any way to do it?

*.ned file

*.ned file: Describes the network topology including the link capacities.

Hello, the *.ned file can't find int the dataset, could you please give me one ? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.