Skip to content
Snippets Groups Projects
Unverified Commit 5fc27f66 authored by fuzhongqian's avatar fuzhongqian Committed by Gitee
Browse files

update official/cv/resnet/golden_stick/quantization/slb/resnet18_cifar10_config.yaml.

parent ca7106e1
No related branches found
No related tags found
No related merge requests found
......@@ -102,3 +102,9 @@ checkpoint_path: "The location of the checkpoint file."
checkpoint_file_path: "The location of the checkpoint file."
save_graphs: "Whether save graphs during training, default: False."
save_graphs_path: "Path to save graphs."
comp_algo: "The quantization algorithm, default: SLB"
quant_type: "Quantization bit number of weight, available: [W1, W2, W4]"
t_start_val: "Initial value of temperature hyperparameters, default: 1.0"
t_start_time: "Fraction of epochs after which temperature hyperparameters starting changing, default: 0.2"
t_end_time: "Fraction of epochs after which temperature hyperparameters stopping changing, default: 0.6"
t_factor: "Multiplicative factor of temperature hyperparameters changing, default: 1.2"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment