https://github.com/jiwoncpark/baobab
Revision bda51fa48e10a4b0f29ff7ad21d86761ae3a431b authored by jiwoncpark on 17 December 2019, 01:56:50 UTC, committed by jiwoncpark on 17 December 2019, 01:56:50 UTC
1 parent abff818
Raw File
Tip revision: bda51fa48e10a4b0f29ff7ad21d86761ae3a431b authored by jiwoncpark on 17 December 2019, 01:56:50 UTC
Do not encode torch or tf tests in setup.py, instead only run them in Travis
Tip revision: bda51fa
.gitignore
# Data
*.csv
*.npy
*.txt
*.h5
*.hdf5
out_data/*

# Personal config files under development
my_configs/*

# HTML builds
docs/_build/*

# Notebook
*ipynb_checkpoints

# Compiled python modules.
*.pyc
*__pycache__

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
.eggs/*

# Temp
*Untitled.ipynb
*~
*#
back to top