-
It's a great work on comparison among softmax, siameses and triplets networks, I am wondering what kind of metric do you think is possible to compare different methods fairly in stead of only qualitat…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
Is it possible to share the script that has been used to create the triplet list?
Thanks
Haque
-
Hi Bredin,
I want to cite your idea of "[Binarize predictions using onset/offset thresholding](https://github.com/pyannote/pyannote-audio/blob/e3d683b65a6ace52d9de1f5d027ec71d7e9a08e2/pyannote/audi…
-
**Description**
DF swarm listener recently started not updating when we deploy or remove our stack file from the swarm. We've had to manually force update swarm listener or scale it to 0 and bac…
-
Great work!
For mnist-fashion, I am surprised that it does not look like the contrastive/triplet are better than sotfmax, at least on the plot. I am even more surprised that the online sampling wit…
-
Hello Sir, I would like to know algorithm that you used. if possible, I want to know about working process from Start to End. Thank you.
wetit updated
6 years ago
-
During network exploration, a singlet oxygen was generated:
```
Exploring isomer O(N=[N])[O](137) in pressure-dependent network #293
Generating kinetics for new reactions...
Updating 1 modified un…
-
Howdy,
I'd like to implement this paper: http://arxiv.org/pdf/1504.03410v1.pdf
The inputs are triplets of images, so my plan is to use Graph to create three identical networks and then tie their wei…
-
## Description
How do I ensure the weights are kept the same? Can I unpack the internal layers somehow and set the weights of each to the same variable? My apologies, I'm new to MXNet. Would really a…