#3873·CNTK

API document issue due to syntax in source code

Author: kexugitCreated Oct 18, 2022Updated Mar 10, 2025

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: 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