Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 788 Bytes

Compiling-use-cases

Stardew Project

  • Decums_usecase.py and HifiGAN_useCase_stardew.py contain code for running respective use cases.

  • Apply startdew_changes.patch file in the Stardew repo to create these files.

  • Run Demucs_usecase.py and HifiGAN_usecase.py files using the following commands:

    python -m examples.alexnet_torch.Decums_usecase
    python -m examples.alexnet_torch.HifiGAN_useCase_stardew
    

Shark-turbine Project

  • Run Shark_turbine_examples files same as the Shark-turbine example file mlp_export_simple.py.
  • To run HifiGAN_usecase.py, download and save HifiGAN_useCase.pt i.e., the model file for HifiGAN_useCase in the present working directory.