CNTK icon indicating copy to clipboard operation
CNTK copied to clipboard

API document issue due to syntax in source code

Open kexugit opened this issue 3 years ago • 2 comments

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

kexugit avatar Oct 18 '22 18:10 kexugit

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?

gmpaliwal07 avatar Mar 16 '23 14:03 gmpaliwal07