mlpractical/experiment_configs/cifar10_tutorial_config.json
2024-10-23 01:59:06 +08:00

16 lines
361 B
JSON

{
"batch_size": 100,
"dataset_name": "cifar10",
"continue_from_epoch": -2,
"seed": 0,
"image_num_channels": 3,
"image_height": 32,
"image_width": 32,
"dim_reduction_type": "avg_pooling",
"num_layers": 4,
"num_filters": 64,
"num_epochs": 250,
"experiment_name": "cifar10_tutorial",
"use_gpu": true,
"weight_decay_coefficient": 1e-05
}