"tools/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "74e0d114fabc1e40617c5c7b6a5159f243b762b8"
  • Stas Bekman's avatar
    add pl_glue example test (#6034) · f6c0680d
    Stas Bekman authored
    * add pl_glue example test
    
    * for now just test that it runs, next validate results of eval or predict?
    
    * complete the run_pl_glue test to validate the actual outcome
    
    * worked on my machine, CI gets less accuracy - trying higher epochs
    
    * match run_pl.sh hparms
    
    * more epochs?
    
    * trying higher lr
    
    * for now just test that the script runs to a completion
    
    * correct the comment
    
    * if cuda is available, add --fp16 --gpus=1 to cover more bases
    
    * style
    f6c0680d
test_examples.py 5.69 KB