Hossam Hagag

Results 4 comments of Hossam Hagag

@johnreyev I would suggest to do this: ``` for embedding in model.embed(documents=docs, batch_size=512): first_batch_result = embedding.tolist() # process batch here, e.g., save it to a file or database or whatever...

@Abdullahaml1 Please ensure that the parallel argument in .embed is == len(device_ids). In your example its 3. The reason for that, `parallel` enables multi-GPU support by spawning child processes for...

@dibu28 Can you tell me which CUDA and CuDNN versions do you use ? Can you make sure that the environment variable of CUDA is set ? Start > Control...