Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 672 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 672 Bytes

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