简体   繁体   中英

Incorrect neural network schema in training output

I'm training a model in Azure ML Studio and the Net# specification I'm using doesn't match the NET# specification in the training output.

Here's my experiment - 在此处输入图片说明

and here are my NN params -

在此处输入图片说明

and finally here is the NET# specification in the Hyperparams output -

在此处输入图片说明 It's not using two hidden layers and it's also using sigmoid instead of ReLu. Is this expected behavior?

Thanks!

There is an issue with using custom NET# and parameter sweeps together: it switches over to using the default fully connected topology.

Unfortunately, the workaround is to train the model for each parameter value separately.

-Roope

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM