Skip to content

ideafang/RouteNet-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteNet-Pytorch

Implementation of RouteNet, an effective way for Network Modeling and Optimization in SDN.

Installation

  1. Install Pytorch
  2. pip install networkx pytorch-lightning
  3. get dataset from repo

Quick Start

python process.py
python main.py

ToDo

  • figure out why train epoch is slow than eval...
  • add batch in training step and speed up training...

The code is baed on the demo-RouteNet and pytorch-lightningProject

About

Implementation of RouteNet, an effective way for Network Modeling and Optimization in SDN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages