1. 21 Aug, 2020 1 commit
  2. 20 Aug, 2020 1 commit
  3. 19 Aug, 2020 2 commits
  4. 18 Aug, 2020 3 commits
    • Jaeyoun Kim's avatar
      Update README.md · a54f7d00
      Jaeyoun Kim authored
      Change TF badges
      a54f7d00
    • Dan Anghel's avatar
      README update for DELG training (#9112) · c4e7d734
      Dan Anghel authored
      
      
      * Merged commit includes the following changes:
      326369548  by Andre Araujo:
      
          Fix import issues.
      
      --
      326159826  by Andre Araujo:
      
          Changed the implementation of the cosine weights from Keras layer to tf.Variable to manually control for L2 normalization.
      
      --
      326139082  by Andre Araujo:
      
          Support local feature matching using ratio test.
      
          To allow for easily choosing which matching type to use, we rename a flag/argument and modify all related files to avoid breakages.
      
          Also include a small change when computing nearest neighbors for geometric matching, to parallelize computation, which saves a little bit of time during execution (argument "n_jobs=-1").
      
      --
      326119848  by Andre Araujo:
      
          Option to measure DELG latency taking binarization into account.
      
      --
      324316608  by Andre Araujo:
      
          DELG global features training.
      
      --
      323693131  by Andre Araujo:
      
          PY3 conversion for delf public lib.
      
      --
      321046157  by Andre Araujo:
      
          Purely Google refactor
      
      --
      
      PiperOrigin-RevId: 326369548
      
      * Added export of delg_model module.
      
      * README update to explain training DELG global features head
      Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
      c4e7d734
    • Manoj Plakal's avatar
      Added TF-Lite-compatible feature extractor and model exporter for YAMNet (#9098) · 8da48573
      Manoj Plakal authored
      * Added TF-Lite-compatible feature extractor and model exporter for YAMNet.
      
      - Added a TF-Lite compatible feature extractor. With the latest TF-Lite,
        that involves a DFT-multiplication replacement for tf.abs(tf.signal.stft())
        and not a lot else. Note that TF-Lite now allows variable-length inputs.
      - Added a YAMNet exporter that produces TF2 SavedModels, TF-Lite models,
        and TF-JS models.
      - Cleanups: switched hyperparameters to a dataclass, got rid of
        some lingering cruft in yamnet_test.
      
      * Responded to DAn's comments in https://github.com/tensorflow/models/pull/9098
      
      - Switched some hparams to float
      - Made class map asset available on the exported model, and tested that
        it can be loaded from the various exports.
      8da48573
  5. 17 Aug, 2020 1 commit
  6. 14 Aug, 2020 4 commits
    • André Araujo's avatar
      Move DELF resizing code into utils.py, which is more appropriate than extractor.py. (#9108) · bd9c6c4e
      André Araujo authored
      * Merged commit includes the following changes:
      326723075  by Andre Araujo:
      
          Move image resize utility into utils.py.
      
      --
      
      PiperOrigin-RevId: 326723075
      
      * Adding back matched_images_demo.png
      bd9c6c4e
    • moneypi's avatar
      1. update to tf2.x for deep_speech (#8696) · 3311242a
      moneypi authored
      Update to TF 2 for deep_speech
      3311242a
    • Vighnesh Birodkar's avatar
      Use 2020-resolver with pip. · cf82a724
      Vighnesh Birodkar authored
      PiperOrigin-RevId: 326665731
      cf82a724
    • Dan Anghel's avatar
      DELF updates (#9095) · a003b7c1
      Dan Anghel authored
      
      
      * Merged commit includes the following changes:
      326369548  by Andre Araujo:
      
          Fix import issues.
      
      --
      326159826  by Andre Araujo:
      
          Changed the implementation of the cosine weights from Keras layer to tf.Variable to manually control for L2 normalization.
      
      --
      326139082  by Andre Araujo:
      
          Support local feature matching using ratio test.
      
          To allow for easily choosing which matching type to use, we rename a flag/argument and modify all related files to avoid breakages.
      
          Also include a small change when computing nearest neighbors for geometric matching, to parallelize computation, which saves a little bit of time during execution (argument "n_jobs=-1").
      
      --
      326119848  by Andre Araujo:
      
          Option to measure DELG latency taking binarization into account.
      
      --
      324316608  by Andre Araujo:
      
          DELG global features training.
      
      --
      323693131  by Andre Araujo:
      
          PY3 conversion for delf public lib.
      
      --
      321046157  by Andre Araujo:
      
          Purely Google refactor
      
      --
      
      PiperOrigin-RevId: 326369548
      
      * Added export of delg_model module.
      Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
      a003b7c1
  7. 13 Aug, 2020 4 commits
  8. 12 Aug, 2020 1 commit
    • 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 computation and framing into a single function
        that returns both spectrogram and framed features.
      - Extended waveform padding to pad up to an integral number of hops
        in addition to the final STFT analysis window.
      9b179e8e
  9. 10 Aug, 2020 5 commits
  10. 09 Aug, 2020 2 commits
  11. 08 Aug, 2020 2 commits
  12. 07 Aug, 2020 1 commit
  13. 06 Aug, 2020 3 commits
  14. 05 Aug, 2020 10 commits