Pointer network in PyTorch

This is an implementation of Pointer Network in PyTorch for Convex Hull problem

Network

Environment

  • Python 3.*
  • Pytorch 0.3.*
  • TensorboardX 1.1

Data

Convex Hull data is aviailable at link

Usage

Training:

python convex_hull.py

Evaluating:

Not implemented yet

Visualization:

tensorboard --logdir LOG_DIR

Results

  • Training on Convex Hull 5