-
Hi,
Thanks for the code. I've being trying to use the tf.contrib.losses.metric_learning.triplet_semihard_loss with a siamese network but struggling with that.
May you help me clarifying some que…
-
@rcurtin @zoq I am really interested in contributing to MLPack. I feel that MLPack can grow further in the computer vision domain too.
However being new to the codebase, I wanted to begin with…
-
@vbalnt
Thank you for providing such wonderful work. You have provided a script to show the correspondence, it shows the TFeat descriptor is obviously better than BRISK. However, if I use SIFT to …
-
There was discussion in slack about trying different loss functions. I pasted the conversation below but here are the ideas mentioned
1. @activatedgeek suggested using fully connected layer with on…
jlewi updated
5 years ago
-
I've downloaded the faces dataset at https://www.dropbox.com/s/s6kzovbrevin5tr/faces.tar.gz?dl=0 and am running train.py as follows (in my ObamaTrump directory, extracted from faces.tar.gz, there are …
-
Hello,there is something wrong when I do train.py. I do not know the problem where it is from.
I'm looking forward your reply,thank you.
python train.py --name nighttoday --dataroot ./datasets/test1…
-
-
The **n_features** in parameter `X (array (n_samples, n_features)) ` of `predict(X, exploit=False, gradient_calc='weighted')` should be referred to as the context, summarizing information of both the …
-
Hi Nan,
really helpful blogpost!
I am trying to extend your code and add classification to the triplet problem. In my case I am trying to learn a classifier for two MNIST digits.
First I am g…
-
Hi,
what does this line do here?
https://github.com/HLTCHKUST/Mem2Seq/blob/84a2ccdb3255680ee19c3b94985517e8718ced65/utils/utils_NMT.py#L127
And what's the meaning of `cnt_ptr`, `cnt_voc`, `ptr_ind…