In [API document](https://learn.microsoft.com/en-us/python/api/cntk/cntk.contrib.crosstalkcaffe.adapter.bvlccaffe.caffeadapter.setupcaffeparameters?branch=live&view=cntk-py-2.7#cntk-contrib-crosstalkcaffe-adapter-bvlccaffe-caffeadapter-setupcaffeparameters-batch-norm), notice that some of the parameters' names are not displayed properly. This is due to the single quotes used around "class" directives in source code: https://github.com/microsoft/CNTK/blob/10a8ffcf50d7b9225f3236ffcfdc422b2014fb92/bindings/python/cntk/contrib/crosstalkcaffe/adapter/bvlccaffe/caffeadapter.py#L67. We suggest to remove the quotes to resolve the API document issue. Related bug: https://dev.azure.com/ceapex/Engineering/_workitems/edit/724859
In API document, notice that some of the parameters' names are not displayed properly.
This is due to the single quotes used around "class" directives in source code:
CNTK/bindings/python/cntk/contrib/crosstalkcaffe/adapter/bvlccaffe/caffeadapter.py
Line 67 in 10a8ffc
We suggest to remove the quotes to resolve the API document issue.
Related bug: https://dev.azure.com/ceapex/Engineering/_workitems/edit/724859