Marcin Kostrzewski
d794e390aa
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
23 lines
340 B
Plaintext
23 lines
340 B
Plaintext
# ---> JupyterNotebooks
|
|
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
data/
|
|
.idea/
|
|
__pycache__
|
|
|
|
evaluation_results.txt
|
|
model_out
|
|
trend.png
|
|
sacred_runs
|