I look through previous issues and wiki pages but couldn't find a tutorial or example of DSSM/CDSSM? Is there one available?
For a DSSM example that takes images and compares them the following example is the closest we have
https://github.com/Microsoft/CNTK/wiki/Layers-Reference#parameter-sharing
In most cases however you want separate parameters for the two subnets so you will need to have two separate instances of Sequential(). If you have text data you should use cntk text format reader with two input streams as explained here:
https://github.com/Microsoft/CNTK/wiki/CNTKTextFormat-Reader#a-few-real-world-examples
I asked a colleague who did DSSM to create a "How Do I..." page. But it may take a few days.
Super! Thanks.
Any update for the tutorial?
Any update for the tutorial?
Any update for the tutorial???
Here is a link to the tutorial:
https://docs.microsoft.com/en-us/cognitive-toolkit/how-do-i-train-models-in-brainscript#train-a-dssm-or-a-convolutional-dssm-model. We do not have a python equivalent. Happy to take in contribution.
Most helpful comment
Any update for the tutorial?