Hi everyone, I have tried to use the public data, but I have a problem when I try to run the scoring.
It seems that there is a problem on the reference config of task1. The possible values are ints and the current value is a string. From the json:
```
"20": {
"hparams": {
"convwidth": {
"possible_values": [
256,
512
],
"current_value": "256"
```
Hi!
Yes, the "current_value" should be of integer type rather than of string type. Thank you for catching this!
We have fixed the public data bundle, but you can also update the "model_configs.json" locally.