Skip to content

Commit

Permalink
add __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
yurayli committed Nov 3, 2019
1 parent 4414f4f commit 5c05516
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions .floydexpt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"family_id": "prj_biV2gXQeaMYdWrrA", "namespace": "oplar", "name": "image_caption"}
14 changes: 14 additions & 0 deletions .floydignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Directories and files to ignore when uploading code to floyd

.git
.eggs
eggs
lib
lib64
parts
sdist
var
*.pyc
*.swp
.DS_Store
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
maskrcnn_benchmark.egg-info/
build/
dist/

# pytorch/python/numpy formats
*.pth
*.pth.tar
*.pkl
*.npy

# ipython/jupyter notebooks
**/.ipynb_checkpoints/

# Editor temporaries
*.swn
*.swo
*.swp
*~

# Pycharm editor settings
.idea

# vscode editor settings
.vscode

# MacOS
.DS_Store

# project dirs
/flikr8k
/features
/captions
/model
/output
Empty file added __init__.py
Empty file.

0 comments on commit 5c05516

Please sign in to comment.