Skip to content
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

Bump up the pytorch lightning to master branch due to vulnurability issues #55

Merged
merged 35 commits into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
56c6014
Bump up the pytorch lightning to master branch due to vulnurability i…
samet-akcay Dec 30, 2021
7612c28
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Jan 6, 2022
1fef827
Updated config files
samet-akcay Jan 7, 2022
ec10d61
Added trainer.validate method to tools/train.py
samet-akcay Jan 7, 2022
3927ee5
address mypy issues
samet-akcay Jan 7, 2022
2eebe2d
added Inference Dataset
samet-akcay Jan 7, 2022
8634dcc
Cleanup and polish
samet-akcay Jan 7, 2022
a699de9
fix deterministic issue
samet-akcay Jan 7, 2022
9e02c2a
isort
samet-akcay Jan 7, 2022
dcf8748
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Jan 10, 2022
8db78d1
Modified config files
samet-akcay Jan 14, 2022
54b6b62
Resolved conflicts
samet-akcay Jan 25, 2022
5db96c3
pl version to 1.5.9
samet-akcay Jan 25, 2022
1621098
modified cflow configs
samet-akcay Jan 25, 2022
5b4abfc
set deterministic off
samet-akcay Jan 27, 2022
37b43a0
do not log images when testing.
samet-akcay Jan 27, 2022
e8a12b0
Bumped up version
samet-akcay Jan 27, 2022
06e6655
Update tox.yml
samet-akcay Jan 27, 2022
fe8a8a8
Removed export cublas
samet-akcay Jan 27, 2022
2042687
removed abc class from mvtec. predict-dataloader implemented
samet-akcay Jan 27, 2022
aa40d04
Add trainer.validate to `run_train_test` in normalization tests
samet-akcay Jan 27, 2022
d0eb02b
Merge branch 'fix/sa/update-pytorch-lightning-to-master' of github.co…
samet-akcay Jan 27, 2022
a3e8daa
revert numpy version
samet-akcay Jan 27, 2022
2ad9905
Fixed padim training
samet-akcay Jan 28, 2022
53cc1f1
Patchcore is now supported as well
samet-akcay Jan 28, 2022
4476719
DFKDE is now supported as well
samet-akcay Jan 28, 2022
1cdfcd9
DFM is now supported as well
samet-akcay Jan 28, 2022
78d35db
STFPM support and modify tests
samet-akcay Jan 28, 2022
271a96f
revert numpy version
samet-akcay Jan 28, 2022
7135e1c
revert some tests
samet-akcay Jan 28, 2022
ee2d37a
nncf callback
samet-akcay Jan 29, 2022
623f4ed
use on_validation_epoch_start instead of on_validation_start in cdf c…
djdameln Feb 2, 2022
df2914b
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Feb 2, 2022
62f1abf
Updated ganomaly configs to match the version
samet-akcay Feb 2, 2022
50100f7
Remove commented lines.
samet-akcay Feb 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions anomalib/models/dfkde/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ trainer:
accelerator: null
accumulate_grad_batches: 1
amp_backend: native
amp_level: O2
auto_lr_find: false
auto_scale_batch_size: false
auto_select_gpus: false
Expand All @@ -44,9 +43,7 @@ trainer:
checkpoint_callback: true
default_root_dir: null
deterministic: false
distributed_backend: null
fast_dev_run: false
flush_logs_every_n_steps: 100
gpus: 1
gradient_clip_val: 0
limit_predict_batches: 1.0
Expand All @@ -71,14 +68,12 @@ trainer:
process_position: 0
profiler: null
progress_bar_refresh_rate: null
reload_dataloaders_every_epoch: false
replace_sampler_ddp: true
stochastic_weight_avg: false
sync_batchnorm: false
terminate_on_nan: false
tpu_cores: null
track_grad_norm: -1
truncated_bptt_steps: null
val_check_interval: 1.0
weights_save_path: null
weights_summary: top
5 changes: 0 additions & 5 deletions anomalib/models/dfm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ trainer:
accelerator: null
accumulate_grad_batches: 1
amp_backend: native
amp_level: O2
auto_lr_find: false
auto_scale_batch_size: false
auto_select_gpus: false
Expand All @@ -43,9 +42,7 @@ trainer:
checkpoint_callback: true
default_root_dir: null
deterministic: false
distributed_backend: null
fast_dev_run: false
flush_logs_every_n_steps: 100
gpus: 1
gradient_clip_val: 0
limit_predict_batches: 1.0
Expand All @@ -70,14 +67,12 @@ trainer:
process_position: 0
profiler: null
progress_bar_refresh_rate: null
reload_dataloaders_every_epoch: false
replace_sampler_ddp: true
stochastic_weight_avg: false
sync_batchnorm: false
terminate_on_nan: false
tpu_cores: null
track_grad_norm: -1
truncated_bptt_steps: null
val_check_interval: 1.0
weights_save_path: null
weights_summary: top
5 changes: 0 additions & 5 deletions anomalib/models/padim/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ trainer:
accelerator: null
accumulate_grad_batches: 1
amp_backend: native
amp_level: O2
auto_lr_find: false
auto_scale_batch_size: false
auto_select_gpus: false
Expand All @@ -69,9 +68,7 @@ trainer:
checkpoint_callback: true
default_root_dir: null
deterministic: true
distributed_backend: null
fast_dev_run: false
flush_logs_every_n_steps: 100
gpus: 1
gradient_clip_val: 0
limit_predict_batches: 1.0
Expand All @@ -96,14 +93,12 @@ trainer:
process_position: 0
profiler: null
progress_bar_refresh_rate: null
reload_dataloaders_every_epoch: false
replace_sampler_ddp: true
stochastic_weight_avg: false
sync_batchnorm: false
terminate_on_nan: false
tpu_cores: null
track_grad_norm: -1
truncated_bptt_steps: null
val_check_interval: 1.0
weights_save_path: null
weights_summary: top
5 changes: 0 additions & 5 deletions anomalib/models/patchcore/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ trainer:
accelerator: null
accumulate_grad_batches: 1
amp_backend: native
amp_level: O2
auto_lr_find: false
auto_scale_batch_size: false
auto_select_gpus: false
Expand All @@ -55,9 +54,7 @@ trainer:
checkpoint_callback: true
default_root_dir: null
deterministic: true
distributed_backend: null
fast_dev_run: false
flush_logs_every_n_steps: 100
gpus: 1
gradient_clip_val: 0
limit_predict_batches: 1.0
Expand All @@ -82,14 +79,12 @@ trainer:
process_position: 0
profiler: null
progress_bar_refresh_rate: null
reload_dataloaders_every_epoch: false
replace_sampler_ddp: true
stochastic_weight_avg: false
sync_batchnorm: false
terminate_on_nan: false
tpu_cores: null
track_grad_norm: -1
truncated_bptt_steps: null
val_check_interval: 1.0
weights_save_path: null
weights_summary: top
5 changes: 0 additions & 5 deletions anomalib/models/stfpm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ trainer:
accelerator: null
accumulate_grad_batches: 1
amp_backend: native
amp_level: O2
auto_lr_find: false
auto_scale_batch_size: false
auto_select_gpus: false
Expand All @@ -80,9 +79,7 @@ trainer:
checkpoint_callback: true
default_root_dir: null
deterministic: true
distributed_backend: null
fast_dev_run: false
flush_logs_every_n_steps: 100
gpus: 1
gradient_clip_val: 0
limit_predict_batches: 1.0
Expand All @@ -107,14 +104,12 @@ trainer:
process_position: 0
profiler: null
progress_bar_refresh_rate: null
reload_dataloaders_every_epoch: false
replace_sampler_ddp: true
stochastic_weight_avg: false
sync_batchnorm: false
terminate_on_nan: false
tpu_cores: null
track_grad_norm: -1
truncated_bptt_steps: null
val_check_interval: 1.0
weights_save_path: null
weights_summary: top
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nncf==2.0.0
numpy~=1.19.5
omegaconf==2.1.1
pillow==8.3.2
pytorch-lightning==1.3.6
pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning.git
ashwinvaidya17 marked this conversation as resolved.
Show resolved Hide resolved
torch==1.8.1
torchvision==0.9.1
scikit-image>=0.17.2
Expand Down