Skip to content
  1. Jan 09, 2020
  2. Jan 07, 2020
  3. Jan 04, 2020
  4. Dec 28, 2019
  5. Dec 19, 2019
  6. Nov 26, 2019
  7. Nov 10, 2019
  8. Oct 28, 2019
  9. Oct 19, 2019
  10. Oct 11, 2019
  11. Oct 07, 2019
  12. Oct 06, 2019
  13. Oct 04, 2019
  14. Oct 01, 2019
  15. Sep 30, 2019
  16. Sep 29, 2019
  17. Sep 27, 2019
  18. Sep 20, 2019
  19. Sep 19, 2019
  20. Sep 18, 2019
    • Yuxin Wu's avatar
      add tests; remove nightly from CI · f7e35411
      Yuxin Wu authored
      f7e35411
    • yg320's avatar
      Transpose conv bug (#1326) · 6e93970f
      yg320 authored
      * Fixed a bug when calculating output shape of valid/full padded Conv2DTranspose
      
      * Added valid padding test and nchw test to TestConv2DTranspose
      
      * Removed NCHW test from TestConv2DTranspose (Conv2DCustomBackpropInputOp only supports NHWC)
      
      * removed black line
      
      * Added valid padding test back to TestConv2DTranspose
      
      * tf.Dimension(None) is None never evaluates to True
      6e93970f