File size: 441 Bytes
c0fbc4b 07ee73b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
general:
conv_mode: matrix
csv_name: instances.csv
loss_reduction_func: min
sparse_alpha: false
sparse_interm: false
root_path: ${CONFIG_PATH}
model:
name: >-
Customized("../models/vit.py", "ViT_1_3")
path: ${CONFIG_PATH}/model.pth
input_shape: [-1, 3, 32, 32]
solver:
batch_size: 50
alpha-crown:
lr_alpha: 0.01
iteration: 50
beta-crown:
iteration: 50
bab:
pruning_in_iteration: false
timeout: 300 |