Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
dsindex committed Mar 26, 2021
1 parent 66308cc commit cf1965d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,8 @@ accuracy: 98.57%; precision: 92.51%; recall: 93.75%; FB1: 93.12
* --use_sharded_ddp --use_fsdp
$ export NCCL_DEBUG=INFO
$ python train.py --config=configs/config-bert.json --data_dir=data/conll2003 --save_path=pytorch-model-deberta.pt --bert_model_name_or_path=./embeddings/deberta-v2-xlarge/ --bert_output_dir=bert-checkpoint-deberta --batch_size=16 --lr=1e-5 --epoch=20 --bert_disable_lstm --gradient_accumulation_steps=2 --use_sharded_ddp --use_fsdp --world_size=2 --master_port=5176
0 accuracy! why?
# 0 accuracy!
how to load the saved model from FSDP.state_dict()?
```

Expand Down

0 comments on commit cf1965d

Please sign in to comment.