CaoHoangTung
CaoHoangTung
After running start.sh in the docker image, I encountered this error after running **python /tmp/client.py -u ws://localhost:8080/client/ws/speech -r 8192 /tmp/bill_gates-TED.mp3** `Received error from server (status 9) Error message: No decoder...
When working with the dialogue_acts.json file (`data/multi-woz/dialogue_acts.json`), I found out that the first turn in each dialogue (turn_id=0) is nowhere to be found!
When evaluating the model, I can't see the Exact Joint Accuracy of **0.48806** reported in the paper (both in the output text log and tensorboard log). Is this logged somewhere...