加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
## General
# Compiled Object files
*.slo
*.lo
*.o
*.cuo
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled protocol buffers
*.pb.h
*.pb.cc
*_pb2.py
# Compiled python
*.pyc
# Compiled MATLAB
*.mex*
# IPython notebook checkpoints
.ipynb_checkpoints
# Editor temporaries
*.swp
*~
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# Eclipse Project settings
*.*project
.settings
# QtCreator files
*.user
# OSX dir files
.DS_Store
## Caffe
# User's build configuration
Makefile.config
# Data and models are either
# 1. reference, and not casually committed
# 2. custom, and live on their own unless they're deliberated contributed
data/*
*.caffemodel
*.solverstate
*.binaryproto
*leveldb
*lmdb
# build, distribute, and bins (+ python proto bindings)
.build_debug/*
.build_release/*
Release
Debug
x64
distribute/*
*.testbin
*.bin
python/caffe/proto/
cmake_build
.cmake_build
bin
*.sdf
*.opensdf
*.pdb
*.lib
*.dll
*.exp
*.deps
# Generated documentation
docs/_site
docs/gathered
_site
doxygen
docs/dev
# LevelDB files
*.sst
*.ldb
LOCK
LOG
LOG.old
CURRENT
MANIFEST-*
#google log
*.INFO
*.WARNING
*.ERROR
*.FATAL
*.jpg
*.bmp
*.png
Inceptionism
*.vcxproj
*.exe
*.h5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化