Closed csukuangfj closed 2 years ago
Usage:
python3 ./benchmark_ot.py python3 ./benchmark_torchaudio.py
It will generate two folders:
log/optimized_transducer-30
log/torchaudio-30
To view the results, run
pip install torch-tb-profiler
and then run
tensorboard --logdir log/torchaudio-30 --port 6006 # open another terminal tensorboard --logdir log/optimized_transducer-30 --port 6007
Open your browser and go to
You will see the following results:
Usage:
It will generate two folders:
log/optimized_transducer-30
log/torchaudio-30
To view the results, run
and then run
Open your browser and go to
You will see the following results: