• H
    Cherry-pick: fix random CI failure. (#18011) · 0bf25351
    Huihuang Zheng 提交于
    * Cherry-pick fix random Python3 CI failure.
    
    In some tests, SWEs used "print('xxx').format('xxx')". The syntax
    is only supported in Python2, not python3. However, since those
    lines are related to data download, if the CI machines already have
    the data, it passes CI tests. That causes random failure.
    
    * Cherry-pick: disable CUDNN case of test_warpctc_op
    
    Also temporary disable a unit test. The test will be fixed under high priority.
    0bf25351
test_warpctc_op.py 9.1 KB