Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

attempt to index field 'scalar_steps' (a nil value) when using add_scalar_dict #39

Open
twmht opened this issue Aug 1, 2017 · 0 comments

Comments

@twmht
Copy link

twmht commented Aug 1, 2017

Hi,

I tried add_scalar_dict as following

local foo = cc:create_experiment("foo")
local d = {}
d['bar'] = 3
d['hoo'] = 4
foo:add_scalar_dict(d)

but got the errors

attempt to index field 'scalar_steps' (a nil value) 

not sure how to use that.

thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant