Commit dbace006 authored by demianzhang's avatar demianzhang Committed by xuehui
Browse files

Update naive_trial.py (#929)

parent bfd99ad5
import nni import nni
params = nni.get_parameters() params = nni.get_next_parameter()
print('params:', params) print('params:', params)
x = params['x'] x = params['x']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment