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 get the following when running from both inside the container and from inside the GUI with a "new notebook (replacing python with run)
Caching is ON, checking for previously cached index...
No cached index found, creating from scratch...
Indexing: 3 images, 0.3186 seconds (0.1062 per image)
Traceback (most recent call last):
File "/project/emosaic/utils/indexing.py", line 158, in index_images
index.add(matrix)
File "/opt/conda/lib/python2.7/site-packages/faiss/__init__.py", line 100, in replacement_add
self.add_c(n, swig_ptr(x))
File "/opt/conda/lib/python2.7/site-packages/faiss/swigfaiss.py", line 1941, in add
return _swigfaiss.IndexFlat_add(self, n, x)
TypeError: in method 'IndexFlat_add', argument 3 of type 'float const *'
In both inside the container and inside the gui, the result is being kicked into a ipdb prompt.
Any ideas? I got a successful build, obviously. Don't really have working knowledge of faiss.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm getting an error trying trying to run the following:
After I changed the mount in the
launch.sh
:I get the following when running from both inside the container and from inside the GUI with a "new notebook (replacing
python
withrun
)In both inside the container and inside the gui, the result is being kicked into a
ipdb
prompt.Any ideas? I got a successful build, obviously. Don't really have working knowledge of
faiss
.Thanks in advance!
The text was updated successfully, but these errors were encountered: