honeytidy

Results 4 issues of honeytidy

got the following error when running the Replicate demo (Debluring): > CUDA out of memory. Tried to allocate 5.41 GiB (GPU 0; 14.76 GiB total capacity; 9.14 GiB already allocated;...

I am running with the test code and got all result also grays. It is like that: ![image](https://user-images.githubusercontent.com/1021165/83517320-47708080-a50b-11ea-9bfe-e01dba23813b.png) My pytorch vision is 1.5.

For instance: ``` n_neighbors = 10 idx = nmslib_vector.knnQuery(indexer, n_neighbors, qdata) print idx ``` But the return result `idx` items some time less than 10: ``` [7, 10, 14, 0,...

bug

如何支持多行文本的输入呢?