Skip to content

Commit

Permalink
current PL master breaks - let's stick to release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 committed Aug 6, 2020
1 parent ffceef2 commit 2bdcf48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions examples/text-classification/run_pl.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# Install example requirements
pip install -r ../requirements.txt

Expand Down
4 changes: 1 addition & 3 deletions examples/token-classification/run_pl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# for seqeval metrics import
pip install -r ../requirements.txt

Expand Down Expand Up @@ -40,4 +38,4 @@ python3 run_pl_ner.py --data_dir ./ \
--train_batch_size $BATCH_SIZE \
--seed $SEED \
--do_train \
--do_predict
--do_predict

0 comments on commit 2bdcf48

Please sign in to comment.