microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.49k stars 4.3k forks source link

API document issue due to syntax in source code #3873

Open kexugit opened 1 year ago

kexugit commented 1 year ago

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

gmpaliwal07 commented 1 year ago

I have Doubt in the issue I have Forked the Repo and opened the file is I have to remove quotes from the all input_info class in the file?