Skip to content
Snippets Groups Projects
Commit 2845c788 authored by Schneider Leo's avatar Schneider Leo
Browse files

revert : old transform version

parent f3f1fff6
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,8 @@ def load_data_duo(base_dir_train, base_dir_test, batch_size, shuffle=True, noise
ref_transform = transforms.Compose(
[transforms.Resize((224, 224)),
Threshold_noise(noise_threshold),
Log_normalisation(),
transforms.Normalize(0.5, 0.5)])
print('Default val transform')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment