diff --git a/dist/pytorch-lightning-0.0.1.tar.gz b/dist/pytorch-lightning-0.0.1.tar.gz new file mode 100644 index 00000000..61aa31c5 Binary files /dev/null and b/dist/pytorch-lightning-0.0.1.tar.gz differ diff --git a/imgs/lightning_logo.jpg b/imgs/lightning_logo.jpg new file mode 100644 index 00000000..3632fb3b Binary files /dev/null and b/imgs/lightning_logo.jpg differ diff --git a/pytorch_lightning.egg-info/PKG-INFO b/pytorch_lightning.egg-info/PKG-INFO new file mode 100644 index 00000000..87eaa58b --- /dev/null +++ b/pytorch_lightning.egg-info/PKG-INFO @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: pytorch-lightning +Version: 0.0.1 +Summary: Rapid research framework +Home-page: https://github.com/williamFalcon/pytorch-lightning +Author: UNKNOWN +Author-email: UNKNOWN +License: UNKNOWN +Description: UNKNOWN +Platform: UNKNOWN diff --git a/pytorch_lightning.egg-info/SOURCES.txt b/pytorch_lightning.egg-info/SOURCES.txt new file mode 100644 index 00000000..833157d6 --- /dev/null +++ b/pytorch_lightning.egg-info/SOURCES.txt @@ -0,0 +1,31 @@ +README.md +setup.py +notebooks/__init__.py +pytorch_lightning/__init__.py +pytorch_lightning/trainer_main.py +pytorch_lightning.egg-info/PKG-INFO +pytorch_lightning.egg-info/SOURCES.txt +pytorch_lightning.egg-info/dependency_links.txt +pytorch_lightning.egg-info/top_level.txt +pytorch_lightning/models/__init__.py +pytorch_lightning/models/trainer.py +pytorch_lightning/models/model_examples/__init__.py +pytorch_lightning/models/model_examples/bilstm.py +pytorch_lightning/models/sample_model_template/__init__.py +pytorch_lightning/models/sample_model_template/model_template.py +pytorch_lightning/root_module/__init__.py +pytorch_lightning/root_module/grads.py +pytorch_lightning/root_module/hooks.py +pytorch_lightning/root_module/memory.py +pytorch_lightning/root_module/model_saving.py +pytorch_lightning/root_module/optimization.py +pytorch_lightning/root_module/root_module.py +pytorch_lightning/utils/__init__.py +pytorch_lightning/utils/arg_parse.py +pytorch_lightning/utils/embeddings.py +pytorch_lightning/utils/plotting.py +pytorch_lightning/utils/pt_callbacks.py +tests/__init__.py +tests/research_proj/__init__.py +tests/research_proj/sample_model_template/__init__.py +tests/research_proj/sample_model_template/model_template_test.py \ No newline at end of file diff --git a/pytorch_lightning.egg-info/dependency_links.txt b/pytorch_lightning.egg-info/dependency_links.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/pytorch_lightning.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/pytorch_lightning.egg-info/top_level.txt b/pytorch_lightning.egg-info/top_level.txt new file mode 100644 index 00000000..cabc7e05 --- /dev/null +++ b/pytorch_lightning.egg-info/top_level.txt @@ -0,0 +1,3 @@ +notebooks +pytorch_lightning +tests