Merge branch 'master' of github.com:PyRetri/PyRetri

pull/2/head
hubenyi 2020-04-27 16:23:46 +08:00
commit b98e3f9675
18 changed files with 30 additions and 0 deletions
pyretri
datasets
transformer
transformers_impl
extract
aggregator
splitter
index
dim_processor
feature_enhancer
feature_enhancer_impl
re_ranker
models
backbone
backbone_impl
search

30
.gitignore vendored 100644
View File

@ -0,0 +1,30 @@
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
detectron2.egg-info/
build/
dist/
wheels/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
.DS_Store

BIN
main/.DS_Store vendored

Binary file not shown.

BIN
pyretri/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
search/.DS_Store vendored

Binary file not shown.