MKLab-ITI/ndvr-dml

Triplet Generation - _fblas.error:

Closed this issue · 4 comments

#17
It seems like it's an issue of scikit-learn and blas. Try to update/reinstall these two packages:

I am trying to update the package with the same issue as above.
By the way, blas gives an error.

pip3 install blas
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/blas/

Is there any other way?

conda install -c anaconda scikit-learn blas
scipy-1.5.2
blas-1.0
conda-4.9.0
I installed it, but the same thing happens.

features.zip
python triplet_generator.py --dataset cc_web_video --feature_files video_feature_list.txt --output_dir output_data/

CC_WEB_VIDEO Triplet Generation

File "/opt/conda/lib/python3.7/site-packages/scipy/linalg/misc.py", line 150, in norm
return nrm2(a)
_fblas.error: (offx>=0 && offx<len(x)) failed for 2nd keyword offx: dnrm2:offx=0

Is it wrongly generating features.npy?

Yes, it seems to be empty. You can use the dataset features provided here.

Closing due to inactivity.