Skip to content
New issue

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

run_local_test issuing empty output #48

Open
EliseAld opened this issue Aug 2, 2022 · 0 comments
Open

run_local_test issuing empty output #48

EliseAld opened this issue Aug 2, 2022 · 0 comments

Comments

@EliseAld
Copy link

EliseAld commented Aug 2, 2022

Hello,

I tried running your tutorial on the AutoDL public datasets by running e.g.
python scripts/run_local_test.py --dataset_dir=AutoDL_public_data/O3 --output_dir=res/O3

I get a few error messages along the way, such as
Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA
Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
failed call to cuInit: UNKNOWN ERROR (303)
kernel driver does not appear to be running on this host (mantis-cargo): /proc/driver/nvidia/version does not exist
run_ingestion: 62: Failed to initializing model.
FileNotFoundError: [Errno 2] No such file or directory: '/app/embedding/cc.zh.300.vec.gz'
UnboundLocalError: local variable 'model' referenced before assignment
ERROR scoring_process.py: run_scoring: 96: [-] Some error occurred in ingestion program. Please see output/error log of Ingestion Step.

as well as deprecation warnings
distutils Version classes are deprecated. Use packaging.version instead
UserWarning: Setuptools is replacing distutils.
The name tf.gfile.GFile is deprecated. Please use tf.io.gfile.GFile instead.
The name tf.gfile.Glob is deprecated. Please use tf.io.gfile.glob instead.

and ends up with an empty scores.txtfile as well as a blank learning-curve-O3.pngimage

Do you have an idea why it's not working ?

Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant