wenhaofang / PointerNetwork

A pointer network model implemented with pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pointer Network

This is Pointer Network for integer sorting problems.

Note: The project refers to ast0414

Datasets:

  • dataset1: Integer Sorting Dataset implemented by ourselves

Models:

Unit Test

  • for loader
PYTHONPATH=. python loaders/loader1.py
  • for module
PYTHONPATH=. python modules/module1.py

Main Process

python main.py

You can change the config either in the command line or in the file utils/parser.py

Here are the examples:

python main.py

python main.py --is_coverage

About

A pointer network model implemented with pytorch.


Languages

Language:Python 100.0%