“33dca040b7c72c5bce52faa6c6e6594fd4b10cf9”上不存在“dataset/mot/image_lists/prw.train”
  1. 19 1月, 2022 2 次提交
  2. 09 12月, 2021 1 次提交
    • S
      Replace dynamic Squeeze with reshape to 1d · ce7d8065
      Smit Hinsu 提交于
      TPUs don't support dynamic Squeeze as it won't be able to identify the dimensions to remove if the input shape is dynamic. For example, [<=16, 1] could return a vector or scalar result depending on the size of the dynamic dim.
      
      PiperOrigin-RevId: 415083667
      ce7d8065
  3. 18 11月, 2021 1 次提交
  4. 13 4月, 2021 1 次提交
    • R
      Use nonexperimental mixed precision API for official models. · 0d8f9807
      Reed Wanderman-Milne 提交于
      For all modified calls to set_mixed_precision_policy(), the loss_scale argument was removed, as it cannot be passed if the nonexperimental API is used. For all such callers, the loss_scale is later used to explicitly create a LossScaleOptimizer, so removing the argument has no impact.
      
      Switching to the non-experimental LossScaleOptimizer has no effect, as it has near identical behavior and all isinstance checks within the official models check for the non-experimental version.
      
      PiperOrigin-RevId: 368101975
      0d8f9807
  5. 10 3月, 2021 1 次提交
  6. 15 12月, 2020 1 次提交
  7. 16 11月, 2020 1 次提交
  8. 14 11月, 2020 1 次提交
  9. 27 10月, 2020 1 次提交
  10. 30 9月, 2020 1 次提交
  11. 13 9月, 2020 1 次提交
  12. 22 8月, 2020 2 次提交
  13. 15 8月, 2020 1 次提交
  14. 13 8月, 2020 2 次提交
  15. 07 8月, 2020 1 次提交
  16. 23 7月, 2020 2 次提交
  17. 13 6月, 2020 1 次提交
  18. 12 6月, 2020 1 次提交
  19. 05 6月, 2020 1 次提交
  20. 04 6月, 2020 1 次提交
  21. 29 5月, 2020 1 次提交
  22. 26 5月, 2020 1 次提交
  23. 24 5月, 2020 1 次提交
  24. 20 5月, 2020 1 次提交
  25. 19 5月, 2020 1 次提交
  26. 05 5月, 2020 1 次提交
  27. 22 4月, 2020 1 次提交
  28. 21 4月, 2020 1 次提交
  29. 17 4月, 2020 2 次提交
  30. 16 4月, 2020 1 次提交
  31. 11 4月, 2020 1 次提交
  32. 28 3月, 2020 1 次提交
  33. 26 3月, 2020 2 次提交
  34. 18 3月, 2020 1 次提交