Skip to content

Commit

Permalink
Make minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush Garg committed May 11, 2022
1 parent 915049a commit abf7c8f
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 449 deletions.
32 changes: 0 additions & 32 deletions pl-hydra/configs/test.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pl-hydra/configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defaults:

# default name for the experiment, determines logging folder path
# (you can overwrite this name in experiment configs)
name: "resnet"
name: "test"

# path to original working directory
# hydra hijacks working directory by changing it to the new log directory
Expand Down
2 changes: 1 addition & 1 deletion pl-hydra/configs/trainer/ddp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults:
- default.yaml

gpus: 4
gpus: 2
strategy: ddp
sync_batchnorm: True
57 changes: 0 additions & 57 deletions pl-hydra/src/testing_pipeline.py

This file was deleted.

26 changes: 0 additions & 26 deletions pl-hydra/test.py

This file was deleted.

Empty file removed pl-hydra/tests/__init__.py
Empty file.
Empty file removed pl-hydra/tests/helpers/__init__.py
Empty file.
28 changes: 0 additions & 28 deletions pl-hydra/tests/helpers/module_available.py

This file was deleted.

15 changes: 0 additions & 15 deletions pl-hydra/tests/helpers/run_command.py

This file was deleted.

104 changes: 0 additions & 104 deletions pl-hydra/tests/helpers/runif.py

This file was deleted.

Empty file removed pl-hydra/tests/shell/__init__.py
Empty file.
58 changes: 0 additions & 58 deletions pl-hydra/tests/shell/test_basic_commands.py

This file was deleted.

35 changes: 0 additions & 35 deletions pl-hydra/tests/shell/test_debug_configs.py

This file was deleted.

Loading

0 comments on commit abf7c8f

Please sign in to comment.