• 学渣戊's avatar
    fix docstrings: paddle.nn.Conv3DTranspose, etc. (#49149) · baa98d1d
    学渣戊 提交于
    * fix docstrings:
    1. 修复了 python/paddle/nn/layer/conv.py 中出现的 Tex 语法问题;
    2. 为 python/paddle/nn/functional/conv.py 修复 Tex 语法问题,修改 note 及参数说明格式,尝试添加论文链接;
    3. 修改 python/paddle/nn/layer/loss.py、python/paddle/nn/functional/loss.py 中参数说明的格式;
    4. 修改 python/paddle/nn/layer/common.py、python/paddle/nn/functional/common.py 中参数说明的格式,添加 optional 说明。
    
    * fix docstring format, add paper's hyperlink.
    
    * fix formula Tex.
    
    * fix format error; test=docs_preview
    
    * fix reference hyperlink; test=docs_preview
    
    * fix docstring; test=docs_preview
    
    * fix Tex format.
    
    * fix api reference;  test=docs_preview
    
    * test=document_fix
    
    * Update conv.py
    
    * formula; test=document_fix
    
    * test=document_fix
    
    * formula; test=document_fix
    Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
    baa98d1d
common.py 94.3 KB