1. 17 Aug, 2020 1 commit
  2. 13 Aug, 2020 1 commit
  3. 12 Aug, 2020 4 commits
    • Hongkun Yu's avatar
      Internal change · 88253ce5
      Hongkun Yu authored
      PiperOrigin-RevId: 326286926
      88253ce5
    • A. Unique TensorFlower's avatar
      Fix QQP preprocessing for test set. Test set does not contain qid1 or qid2... · 52371ffe
      A. Unique TensorFlower authored
      Fix QQP preprocessing for test set. Test set does not contain qid1 or qid2 columns, so the current try/except block causes the entire test set to be ignored.
      
      PiperOrigin-RevId: 326259054
      52371ffe
    • Yeqing Li's avatar
      Fix the missing shuffle issues when reading shards data. · fa66c645
      Yeqing Li authored
      PiperOrigin-RevId: 326246781
      fa66c645
    • Manoj Plakal's avatar
      Input/Output tweaks for YAMNet and VGGish. (#9092) · 9b179e8e
      Manoj Plakal authored
      * Input/Output tweaks for YAMNet and VGGish.
      
      - Waveform input for YAMNet is now padded so that we get at least
        one patch of log mel spectrogram. The VGGish TF-Hub exporter
        uses YAMNet's feature computation so the VGGish export will
        also pad waveform input similarly.
      - Added a 1024-D embedding output to YAMNet so we now produce
        predicted scores, log mel spectrogram features, and embeddings,
        to satisfy a variety of uses: class prediction, acoustic
        feature visualization, semantic feature extraction.
      - Simplified usage of YAMNet in inference mode. Instead of trying
        to work around implicit batch size issues in the Model.predict()
        API, we simply __call__() the Model.
      - Switched inference.py to TF 2 and Eager execution.
      - Updated the visualization notebook: now uses TF2/Eager and
        can be loaded and run in Google Colab.
      
      * Responded to DAn's comments in https://github.com/tensorflow/models/pull/9092
      
      - Merged spectrogram compu...
      9b179e8e
  4. 11 Aug, 2020 5 commits
  5. 10 Aug, 2020 5 commits
  6. 09 Aug, 2020 3 commits
  7. 08 Aug, 2020 4 commits
  8. 07 Aug, 2020 12 commits
  9. 06 Aug, 2020 5 commits