用hyperas调优超参数时报错,不知道怎么改

网络是这样定义的:

img

报错是这样的:(我还试过{{choice([Dropout(0.5), Activation('linear')])}}也不行)

img

用内置的random呢 dropout(random.uniform(0,1)) 试过么 ,这个hyperas里uniform(0,1)返回的是具体数值么还是对象