Commits


liqunfu authored and GitHub committed d7233c7c975
Fix training for models with dict input (#4842) This PR also includes: * Remove defaults from named tuples to support python 3.6 * Allows model which takes dicts as input * Adapts BERT finetuning example to run on the new frontend * Match numbers for BERT fine tuning model Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net> Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>