Hoàng Tùng Lâm (Linus)

Results 54 comments of Hoàng Tùng Lâm (Linus)

@PhamDuyHieutb check your code mate. I can process same size with 3GB of VRAM

Yeah that's what I did and turn out it's much slower than yours @dillonalaird

Quick update, I've just found out that you guys used ` tf.image.decode_jpeg` and `tf.image.resize_images` instead of OpenCV, I switched to it, the output result is different but still not the...

Hi @Pandoro, Thanks for the quick response. This is what I use to compute the embedding vector: ```bash python3 embed.py \ --experiment_root ... \ --dataset ... \ --filename ... ```...

Hi. I did an experiments with a csv file contain only the image that I want to embed and found something really strange. Actually there might be nothing wrong with...

@Pandoro Same tensorflow 1.12.0 on both machine

Some update on this. I tried to redo everything, even training and here is the result: - Embedded vector computed by my single image inference code on both GPU and...

Note: I tried a bunch of different images, so the problem is not related to the first sample of the dataset only. => Question: Did you guys do any datasets...