Skip to content

CIAM-Group/CaDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaDA

The official code repository for CaDA: Cross-Problem Routing Solver with Constraint-Aware Dual-Attention.

Preparation

  1. Clone the repository:
git clone https://github.com/CIAM-Group/CaDA.git
  1. Download datasets:
  • Download data.zip from Hugging Face.
  • Unzip data.zip and organize the files in the project directory as follows:
CaDA
├── data
├── 50
├── 100
└── utils
  1. Download checkpoints:
  • Download checkpoint.zip from Hugging Face.
  • Unzip checkpoint.zip. It contains two folders named 50 and 100. Move their contents into the project directory as shown:
CaDA
├── data
├── 50
│   └── result
│       └── (folders from checkpoint/50/)
├── 100
│   └── result
│       └── (folders from checkpoint/100/)
└── utils

Training and Testing

For detailed instructions on training and testing the model, please refer to the README files inside the 50 and 100 directories.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages