We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
can someone tell me where vanished the trained_slu_test function? It is used in following files:
trained_slu_test
alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_bootstrap_trn.py alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_trn.py alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_bootstrap_trn.py alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_trn.py alex/applications/PublicTransportInfoCS/slu/test_bootstrap_hdc.py alex/applications/PublicTransportInfoEN/slu/test_bootstrap.py
I find out that the function declaration is missing because I followed the instructions in https://github.com/UFAL-DSG/alex/blob/master/alex/applications/PublicTransportInfoCS/slu/README.rst . In particular, I ran this command ./train.py && ./test_trn.py && ./test_hdc.py && ./test_bootstrap_trn.py && ./test_bootsrap_hdc.py
./train.py && ./test_trn.py && ./test_hdc.py && ./test_bootstrap_trn.py && ./test_bootsrap_hdc.py
Thanks for clarification,
Ondra
The text was updated successfully, but these errors were encountered:
@ticcky @tuetschek @jurcicek ?
Sorry, something went wrong.
git log -G"def trained_slu_test" points to this commit: 179e5ed
git log -G"def trained_slu_test"
No branches or pull requests
Hi,
can someone tell me where vanished the
trained_slu_test
function?It is used in following files:
I find out that the function declaration is missing because I followed the instructions
in https://github.com/UFAL-DSG/alex/blob/master/alex/applications/PublicTransportInfoCS/slu/README.rst .
In particular, I ran this command
./train.py && ./test_trn.py && ./test_hdc.py && ./test_bootstrap_trn.py && ./test_bootsrap_hdc.py
Thanks for clarification,
Ondra
The text was updated successfully, but these errors were encountered: