-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Cut-out examples #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Cut-out examples #39
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* split requirements.txt * pytest verbose
Ran checks on GPU. All looks good. collected 16 items
tests/test_models.py::test_amp_gpu_ddp PASSED [ 6%]
tests/test_models.py::test_cpu_slurm_save_load PASSED [ 12%]
tests/test_models.py::test_loading_meta_tags PASSED [ 18%]
tests/test_models.py::test_dp_output_reduce PASSED [ 25%]
tests/test_models.py::test_model_saving_loading PASSED [ 31%]
tests/test_models.py::test_model_freeze_unfreeze PASSED [ 37%]
tests/test_models.py::test_amp_gpu_ddp_slurm_managed PASSED [ 43%]
tests/test_models.py::test_early_stopping_cpu_model PASSED [ 50%]
tests/test_models.py::test_cpu_model_with_amp PASSED [ 56%]
tests/test_models.py::test_cpu_model PASSED [ 62%]
tests/test_models.py::test_all_features_cpu_model PASSED [ 68%]
tests/test_models.py::test_single_gpu_model PASSED [ 75%]
tests/test_models.py::test_multi_gpu_model_dp PASSED [ 81%]
tests/test_models.py::test_amp_gpu_dp PASSED [ 87%]
tests/test_models.py::test_multi_gpu_model_ddp PASSED [ 93%]
tests/test_models.py::test_ddp_sampler_error PASSED [100%]
=================================================== warnings summary =================================================== |
Awesome commit! Thanks for contributing! |
Adding relative imports to the examples leads to the following error message for me: Traceback (most recent call last): |
luiscape
pushed a commit
to luiscape/pytorch-lightning
that referenced
this pull request
Jan 17, 2020
The buttons should extend the full width of the article container. Also updates the button text color and weight.
luiscape
pushed a commit
to luiscape/pytorch-lightning
that referenced
this pull request
Jan 17, 2020
…m-from-headers Remove text-transform capitalize value from h2 titles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cutting out the examples from the main package
Also, apply relative imports inside the package
Related to #36