Seems like something is wrong with NL model training using the tools provided for the XVF3800 while connected with the "Local Device" pathway as described in the user guide. This is a UA build at 16 kHz.
Code: Select all
kevin@Kevin-Parkers-MacBook-Pro mac_x86_64 % ./xvf_host nl_model_training /System/Volumes/Data/Users/kevin/Downloads/XVF3800-Software_v3_1_0/xvf3800_source_240205_204034/sources/xvf_tools.py
Command NL_MODEL_TRAINING does not exist.
Maybe you meant BLD_MODIFIED.
Code: Select all
kevin@Kevin-Parkers-MacBook-Pro sources % grep -iR "NL_MODEL_TRAINING" ./
.//app_xvf3800/nl_model_gen/remote_nl_model_training.py:Usage: python3 remote_nl_model_training.py <Remote RPi IP address> <Path to the host app binaries>
.//app_xvf3800/nl_model_gen/remote_nl_model_training.py:eg. python3 remote_nl_model_training.py 192.168.68.59 ~/Downloads/xvf3800_bin_external_230222_190451/host_v0.2.0/rpi/
.//app_xvf3800/nl_model_gen/nl_model_training.py:Usage: python3 nl_model_training.py <host_app_bin> <--protocol [i2c|spi|usb]>
.//app_xvf3800/nl_model_gen/nl_model_training.py:Example, python3 nl_model_training.py Downloads/archive/xvf3800_bin_external_230530_131747/host_v1.0.0/rpi/xvf_host -p i2c
.//xvf_tools.py: "nl_model_training": NL_MODEL_GEN_SCRIPTS_DIR + "nl_model_training.py",
.//xvf_tools.py: "remote_nl_model_training": NL_MODEL_GEN_SCRIPTS_DIR + "remote_nl_model_training.py",
Regards,