加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.coveragerc 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
llody_55 提交于 2021-05-25 17:37 . init
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
os.remove
except ImportError
# Don't complain if tests don't hit defensive assertion code:
raise ImportError
raise NotImplementedError
# Don't complain if legacy support codes are not performed:
if original_keras_version == '1':
show_missing = True
omit =
keras_contrib/backend/theano_backend.py
keras_contrib/backend/tensorflow_backend.py
keras_contrib/backend/cntk_backend.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化