Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.
This repository was 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

@twmht

Description

@twmht

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions