Implementation of RouteNet, an effective way for Network Modeling and Optimization in SDN.
- Install Pytorch
pip install networkx pytorch-lightning
- get dataset from repo
python process.py
python main.py
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