1 Star 0 Fork 1

jiqibuaixuexi/nncf_pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pylintrc 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
[MASTER]
disable = arguments-differ,
cell-var-from-loop,
fixme,
global-statement,
invalid-name,
logging-format-interpolation,
missing-docstring,
no-self-use,
not-callable,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,
too-many-locals,
unbalanced-tuple-unpacking,
ungrouped-imports,
unpacking-non-sequence,
unused-argument,
wrong-import-order,
attribute-defined-outside-init,
import-outside-toplevel,
duplicate-code,
consider-using-f-string
max-line-length = 120
ignore-docstrings = yes
ignored-modules = numpy,torch,cv2,openvino,tensorflow
extension-pkg-whitelist = torch,cv2
init-hook='import sys; sys.setrecursionlimit(8 * sys.getrecursionlimit())' # to avoid https://stackoverflow.com/questions/36496192/pylint-infinite-recursion-in-astriod-package
[SIMILARITIES]
ignore-imports = yes
[BASIC]
bad-functions = print
good-names = logger,fn
[DESIGN]
max-statements=60
max-branches=13
max-parents=9
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jiqibuaixuexi/nncf_pytorch.git
git@gitee.com:jiqibuaixuexi/nncf_pytorch.git
jiqibuaixuexi
nncf_pytorch
nncf_pytorch
develop

搜索帮助