Skip to content

Commit

Permalink
Update run_seq.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CheaSim authored Dec 15, 2021
1 parent 52bf8f0 commit 5e5bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_seq.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python setup.py install
python main.py --gpus "0" --max_epochs 5 --num_workers 0 \
python main.py --gpus "0," --max_epochs 5 --num_workers 0 \
--data_class REDataset \
--litmodel_class SEQLitModel \
--model_class BertForRelationClassification \
Expand All @@ -9,4 +9,4 @@ python main.py --gpus "0" --max_epochs 5 --num_workers 0 \
--max_seq_length 256 \
--check_val_every_n_epoch 1 \
--overwrite_cache \
--data_dir ./dataset/ske
--data_dir ./dataset/ske

0 comments on commit 5e5bfd5

Please sign in to comment.