setup simple ci (#193)

This commit is contained in:
Romain Beaumont
2022-07-09 01:51:56 +02:00
committed by GitHub
parent 081d8d3484
commit f28dc6dc01
14 changed files with 143 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
pip install -U pip
pip install -e .
test:
CUDA_VISIBLE_DEVICES= python train_decoder.py --config_file configs/train_decoder_config.test.json