• M
    Cleaned up dependences and install instructions for vggish and yamnet. (#8059) · 831281ce
    Manoj Plakal 提交于
    - Made code work with either TF v1.x or TF v2.x, while explicitly
      enabling v1.x behavior.l
    - Pulled slim from tf_slim package instead of through tensorflow
      contrib. Note that tf_slim itself uses tensorflow contrib so
      it requires using TF v1.x for now (referenced a relevant PR
      which should remove this limitation once it gets merged).
    - Removed all mention of scipy. Switched wav writing to soundfile.
    - Switched package name to soundfile instead of pysoundfile. The
      former is the newer name.
    - Updated installation instructions for both vggish and yamnet to
      reflect these changes.
    - Tested new installation procedures. vggish works with TF v1.15,
      yamnet works with TF v1.15.0 as well as TF v2.1.0.
    831281ce
vggish_train_demo.py 7.8 KB