Hello,
I defined my sweep configuration like so:
sweep_configuration = {
"method": "bayes",
"metric": {
"goal": "minimize",
"name": "elbo"
},
"parameters": {
'loss_precs_dyn_k_dist' : {"values": [i/10 for i in range(2, 26, 2)]},
'loss_precs_dyn_k_var' : {"values": [i for i in range(2, 12, 2)]},
but then, looking at the Correlation report during training:
I cannot see the value of Correlation for the different values assigned to “loss_precs_dyn_k_dist” for instance.
Instead, you can see that the Correlation is with regards to the variable itself…
How to display the Correlation wrt the values of a variable ?