Added input_image_scale parameter. Added quickdraw experiments for small transparant.
parent
57e2d3d939
commit
07ccf8cfbf
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,35 @@
|
|||||||
|
!!python/object:__main__.
|
||||||
|
batch_size: 152
|
||||||
|
class_slots: 16
|
||||||
|
classes: 16
|
||||||
|
dataset_name: quickdraw
|
||||||
|
experiment_dir: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
image_size: 28
|
||||||
|
input_image_scale: 0.5
|
||||||
|
kernel_size_pixels: 14
|
||||||
|
layers: 1
|
||||||
|
loss_plot_path: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
- OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05_loss.png
|
||||||
|
max_passes_through_dataset: 50
|
||||||
|
metric: 0.001
|
||||||
|
mlp_layers: 2
|
||||||
|
model_class: !!python/name:models.OpticalSystemMLP ''
|
||||||
|
model_path: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
- OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05.pt
|
||||||
|
name_id: OpticalSystemMLP_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
pixel_size_meters: 3.6e-05
|
||||||
|
propagation_distance: 300
|
||||||
|
resolution_scale_factor: 1
|
||||||
|
test_batch_size: 64
|
||||||
|
test_class_instances: 100
|
||||||
|
test_data_path: ./assets/quickdraw16_test.npy
|
||||||
|
tile_size_scale_factor: 1
|
||||||
|
train_class_instances: 8000
|
||||||
|
train_data_path: ./assets/quickdraw16_train.npy
|
||||||
|
wavelength: 5.32e-07
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,35 @@
|
|||||||
|
!!python/object:__main__.
|
||||||
|
batch_size: 152
|
||||||
|
class_slots: 16
|
||||||
|
classes: 16
|
||||||
|
dataset_name: quickdraw
|
||||||
|
experiment_dir: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
image_size: 28
|
||||||
|
input_image_scale: 0.5
|
||||||
|
kernel_size_pixels: 14
|
||||||
|
layers: 1
|
||||||
|
loss_plot_path: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
- OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05_loss.png
|
||||||
|
max_passes_through_dataset: 50
|
||||||
|
metric: 0.001
|
||||||
|
mlp_layers: 2
|
||||||
|
model_class: !!python/name:models.OpticalSystem ''
|
||||||
|
model_path: !!python/object/apply:pathlib.PosixPath
|
||||||
|
- experiments
|
||||||
|
- OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
- OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05.pt
|
||||||
|
name_id: OpticalSystem_quickdraw_1_2_16_50_14_1_1_0.5_300_5.32e-07_0.001_3.6e-05
|
||||||
|
pixel_size_meters: 3.6e-05
|
||||||
|
propagation_distance: 300
|
||||||
|
resolution_scale_factor: 1
|
||||||
|
test_batch_size: 64
|
||||||
|
test_class_instances: 100
|
||||||
|
test_data_path: ./assets/quickdraw16_test.npy
|
||||||
|
tile_size_scale_factor: 1
|
||||||
|
train_class_instances: 8000
|
||||||
|
train_data_path: ./assets/quickdraw16_train.npy
|
||||||
|
wavelength: 5.32e-07
|
Loading…
Reference in New Issue