Christian S. Perone

Results 42 comments of Christian S. Perone

Can you guys (@lorenzoriano and @RonnyPfannschmidt) provide info so I can add your names into the Contributors section of the documentation ? See docs/source/contributors.rst for an example. If you want...

That is weird, I just tested on my MacBook with High Sierra and it is working fine. Seems to be related to Docker maybe (just saw this: https://github.com/docker/compose/issues/271), will try...

I'll take a look into that soon, it looks like euclidesdb or some library is being compiled using extensions that shouldn't be using. @senthilmk can you tell us which host...

Thanks @senthilmk, is CentOS the guest or host system ?

Are you sure that the module you're trying to insert into exists as a model ? This error is when it doesn't exists.

Hi @KillianPls, when you say "query the tensor in the database" you mean to get the feature vectors from an item ID ? If yes, then it really makes sense...

Hi @LiberiFatali, sorry the delay to answer. The features are stored on disk, for the index it depends which search engine you use. If you use faiss or annoy, they...

Thanks for reporting the issue @AssylCooper, when you used Docker with the same scenario you don't get an error ? Can you tell me which OS are you using when...

Just to make sure: this is without Docker right ? In Docker it works fine ? Another question: did you made the tracing of the models with PyTorch 1.0.1 or...

@AssylCooper thanks, I'll look into it. Remember that the last EuclidesDB version (0.2.0) uses PyTorch 1.0.1, so when you trace a model, you need to use this version of PyTorch,...