File size: 499 Bytes
ee291e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"datadir": "./data",
"classes": 5,
"epochs": 5,
"le_epochs": 100,
"batch_size": 128,
"ckpt_step": 1,
"batch_norm": false,
"loss_dim": 128,
"temperature": 0.07,
"width": 8,
"merlin": false,
"modes": 10,
"no_bunching": false,
"qiskit": false,
"layers": 2,
"q_backend": "qasm_simulator",
"encoding": "vector",
"q_ansatz": "sim_circ_14_half",
"q_sweeps": 1,
"activation": "null",
"shots": 100,
"save_dhs": false
} |