"examples/vscode:/vscode.git/clone" did not exist on "a87517cf375334009c716babe1054c8ec7af8305"
Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556
Reason for issue was that optimzation steps where computed from example size, which is different from actual size of dataloader when an example is chunked into multiple instances. Solution in this pull request is to compute num_optimization_steps directly from len(data_loader).
Showing
Please register or sign in to comment