You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.txt
file as well as a blanklearning-curve-O3.png
imageDo you have an idea why it's not working ?
Thanks for the help!
The text was updated successfully, but these errors were encountered: