PyTorchLightning/pytorch-lightning-0.7.6.zip
PyTorchLightning-pytorch-lightning-e95e1d7
.circleci
config.yml
4.8 kB
.codecov.yml
1.4 kB
.drone.yml
1.8 kB
.github
BECOMING_A_CORE_CONTRIBUTOR.md
4.4 kB
CODE_OF_CONDUCT.md
3.4 kB
CONTRIBUTING.md
8.9 kB
ISSUE_TEMPLATE
bug_report.md
1.8 kB
documentation.md
250 Bytes
feature_request.md
747 Bytes
how-to-question.md
508 Bytes
PULL_REQUEST_TEMPLATE.md
931 Bytes
stale.yml
724 Bytes
workflows
ci-testing.yml
5.4 kB
docker-builds.yml
2.0 kB
docs-check.yml
436 Bytes
greetings.yml
433 Bytes
pypi-release.yml
1.3 kB
rebase.yml
488 Bytes
.gitignore
1.5 kB
.mergify.yml
1.6 kB
.pep8speaks.yml
1.6 kB
.readthedocs.yml
757 Bytes
.run_local_tests.sh
481 Bytes
.update.sh
262 Bytes
CHANGELOG.md
45.1 kB
LICENSE
11.3 kB
MANIFEST.in
915 Bytes
README.md
21.4 kB
benchmarks
__init__.py
0 Bytes
test_rnn_parity.py
4.3 kB
test_trainer_parity.py
4.3 kB
docker
Dockerfile
1.3 kB
README.md
390 Bytes
docs
.build_docs.sh
55 Bytes
Makefile
584 Bytes
make.bat
756 Bytes
requirements.txt
287 Bytes
source
_images
general
pl_overview.gif
1.1 MB
pl_overview_flat.jpg
419.9 kB
tf_loss.png
224.6 kB
tf_tags.png
219.2 kB
tutorial_cover.jpg
95.9 kB
lightning_module
pt_to_pl.png
1.0 MB
pt_trainer.png
991.2 kB
logos
lightning_icon.svg
6.6 kB
lightning_logo-large.svg
5.3 kB
lightning_logo-name.svg
16.6 kB
lightning_logo.png
8.5 kB
lightning_logo.svg
6.4 kB
mnist_imgs
mnist_cpu_bar.png
45.0 kB
mnist_gpu.png
67.8 kB
mnist_tb.png
195.3 kB
pt_to_pl.jpg
1.8 MB
restart_runtime.png
165.8 kB
runtime_tpu.png
119.3 kB
tpu_fast.png
194.6 kB
tpu_start.png
35.5 kB
trainer
lr_finder.png
17.5 kB
_templates
theme_variables.jinja
1.1 kB
apex.rst
1.5 kB
callbacks.rst
2.2 kB
child_modules.rst
2.4 kB
conf.py
14.8 kB
debugging.rst
2.5 kB
early_stopping.rst
2.5 kB
experiment_logging.rst
8.3 kB
experiment_reporting.rst
3.6 kB
fast_training.rst
2.3 kB
governance.rst
882 Bytes
hooks.rst
3.2 kB
hyperparameters.rst
8.1 kB
index.rst
3.3 kB
introduction_guide.rst
29.0 kB
lightning-module.rst
190 Bytes
loggers.rst
249 Bytes
lr_finder.rst
3.9 kB
multi_gpu.rst
13.7 kB
multiple_loaders.rst
2.2 kB
new-project.rst
8.3 kB
optimizers.rst
3.7 kB
profiler.rst
233 Bytes
sequences.rst
3.0 kB
single_gpu.rst
395 Bytes
slurm.rst
2.8 kB
test_set.rst
916 Bytes
tpu.rst
6.5 kB
trainer.rst
578 Bytes
training_tricks.rst
4.1 kB
transfer_learning.rst
3.6 kB
weights_loading.rst
3.6 kB
environment.yml
661 Bytes
pl_examples
README.md
1.6 kB
__init__.py
4.4 kB
basic_examples
README.md
1.5 kB
__init__.py
0 Bytes
cpu_template.py
1.4 kB
gpu_template.py
2.0 kB
multi_node_ddp2_demo.py
1.2 kB
multi_node_ddp_demo.py
1.2 kB
submit_ddp2_job.sh
565 Bytes
submit_ddp_job.sh
564 Bytes
domain_templates
__init__.py
0 Bytes
computer_vision_fine_tuning.py
16.6 kB
generative_adversarial_net.py
6.7 kB
imagenet.py
8.7 kB
reinforce_learn_Qnet.py
11.8 kB
semantic_segmentation.py
9.3 kB
models
__init__.py
0 Bytes
lightning_template.py
6.7 kB
unet.py
3.5 kB
requirements.txt
30 Bytes
pyproject.toml
172 Bytes
pytorch_lightning
__init__.py
2.8 kB
callbacks
__init__.py
625 Bytes
base.py
2.3 kB
early_stopping.py
4.9 kB
gradient_accumulation_scheduler.py
2.4 kB
lr_logger.py
4.6 kB
model_checkpoint.py
11.0 kB
progress.py
13.7 kB
core
__init__.py
10.1 kB
decorators.py
421 Bytes
grads.py
966 Bytes
hooks.py
4.9 kB
lightning.py
68.0 kB
memory.py
10.4 kB
model_saving.py
438 Bytes
properties.py
5.4 kB
root_module.py
444 Bytes
saving.py
4.9 kB
loggers
__init__.py
4.6 kB
base.py
13.3 kB
comet.py
8.3 kB
mlflow.py
4.4 kB
neptune.py
15.4 kB
tensorboard.py
6.7 kB
test_tube.py
5.6 kB
trains.py
14.1 kB
wandb.py
4.9 kB
logging
__init__.py
428 Bytes
comet.py
428 Bytes
comet_logger.py
442 Bytes
mlflow.py
432 Bytes
mlflow_logger.py
448 Bytes
neptune.py
436 Bytes
test_tube.py
443 Bytes
test_tube_logger.py
465 Bytes
wandb.py
428 Bytes
overrides
__init__.py
0 Bytes
data_parallel.py
8.4 kB
override_data_parallel.py
566 Bytes
profiler
__init__.py
4.7 kB
profilers.py
7.8 kB
pt_overrides
__init__.py
381 Bytes
override_data_parallel.py
571 Bytes
root_module
__init__.py
371 Bytes
decorators.py
479 Bytes
grads.py
454 Bytes
hooks.py
454 Bytes
memory.py
459 Bytes
model_saving.py
471 Bytes
root_module.py
478 Bytes
trainer
__init__.py
25.2 kB
auto_mix_precision.py
1.9 kB
callback_config.py
5.2 kB
callback_hook.py
3.8 kB
data_loading.py
12.4 kB
deprecated_api.py
6.1 kB
distrib_data_parallel.py
17.2 kB
distrib_parts.py
28.5 kB
evaluation_loop.py
14.7 kB
ignored_warnings.py
345 Bytes
logging.py
6.9 kB
lr_finder.py
18.1 kB
model_hooks.py
1.6 kB
optimizers.py
5.8 kB
seed.py
1.3 kB
supporters.py
2.4 kB
trainer.py
46.6 kB
training_io.py
17.4 kB
training_loop.py
30.3 kB
training_tricks.py
13.7 kB
utilities
__init__.py
108 Bytes
distributed.py
517 Bytes
exceptions.py
53 Bytes
memory.py
1.6 kB
parsing.py
1.3 kB
requirements-extra.txt
325 Bytes
requirements.txt
157 Bytes
setup.cfg
1.0 kB
setup.py
3.8 kB
tests
Dockerfile
843 Bytes
README.md
2.0 kB
__init__.py
469 Bytes
base
__init__.py
126 Bytes
dataloaders.py
549 Bytes
datasets.py
6.8 kB
mixins.py
0 Bytes
model_optimizers.py
3.0 kB
model_template.py
3.6 kB
model_test_dataloaders.py
577 Bytes
model_test_epoch_ends.py
2.6 kB
model_test_steps.py
2.5 kB
model_train_dataloaders.py
652 Bytes
model_train_steps.py
1.3 kB
model_utilities.py
763 Bytes
model_valid_dataloaders.py
530 Bytes
model_valid_epoch_ends.py
1.7 kB
model_valid_steps.py
3.0 kB
models.py
4.8 kB
utils.py
6.8 kB
callbacks
__init__.py
0 Bytes
test_callbacks.py
13.3 kB
test_progress_bar.py
6.6 kB
collect_env_details.py
2.6 kB
conftest.py
567 Bytes
install_AMP.sh
224 Bytes
loggers
__init__.py
0 Bytes
test_all.py
3.0 kB
test_base.py
4.9 kB
test_comet.py
2.2 kB
test_mlflow.py
330 Bytes
test_neptune.py
3.7 kB
test_tensorboard.py
2.7 kB
test_trains.py
1.8 kB
test_wandb.py
2.0 kB
models
__init__.py
0 Bytes
data
horovod
train_default_model.py
2.2 kB
test_amp.py
3.1 kB
test_cpu.py
10.5 kB
test_gpu.py
10.6 kB
test_hooks.py
781 Bytes
test_horovod.py
6.3 kB
test_module_hooks.py
1.6 kB
test_restore.py
9.8 kB
requirements-devel.txt
180 Bytes
requirements.txt
91 Bytes
test_deprecated.py
8.0 kB
test_profiler.py
5.7 kB
trainer
__init__.py
0 Bytes
test_checks.py
4.6 kB
test_dataloaders.py
14.8 kB
test_lr_finder.py
5.5 kB
test_optimizers.py
8.5 kB
test_trainer.py
26.8 kB
test_trainer_cli.py
3.7 kB
test_trainer_tricks.py
4.0 kB