Predicting Generalization in Deep Learning Forum

Go back to competition Back to thread list Post in this thread

> Error when using public data

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"
```

Posted by: cadurosar @ July 15, 2020, 2:56 p.m.

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.

Posted by: ydjiang @ July 15, 2020, 3:57 p.m.
Post in this thread