Update inference.sh

simple inference
This commit is contained in:
Eloi Moliner Juanpere 2022-01-20 14:17:03 +02:00 committed by GitHub
parent 293d68f621
commit fbd45032e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/bash
python inference.py path_experiment="experiments/trained_model" inference.audio=$1
python inference.py inference.audio=$1