Some introduction, title and author's name,
Abstract of your Papper
- Clone this repository
# no need to add --recursive as all dependencies are copied into this repo.
git clone "your_github_url"
cd "your_method"
- Prepare feature files
Some details of where the dataset is found or how the dataset will be generated
- Install dependencies (for example)
- Python 2.7
- PyTorch 1.1.0
- nltk
- easydict
- tqdm
- tensorboardX
We give examples on how to perform training and inference with "your_method".
- "your_method" training
The general training command is:
bash scripts/train.sh
To train our "your_method" model on "dataset":
bash scripts/train.sh anet
- "your_github_url" test
The general test command is:
bash scripts/test.sh
The results should be comparable with the results we present at Table "number" of the paper. E.g., "your_results".
If you find this code useful for your research, consider cite our paper:
"your_bibtex_code"
This code used resources from the following projects: method_name.
"your_name" with this e-mail: "your_email"