Skip to content

Got TypeError: cannot convert dictionary update sequence element #0 to a sequence when creating resnet network #455

@jrabary

Description

@jrabary

When I'm trying to create a resnet network (e.g v1_50) I got the following error

TypeError: cannot convert dictionary update sequence element #0 to a sequence

I suspect that this is due to the following line

# Convert end_points_collection into a dictionary of end_points.
end_points = dict(tf.get_collection(end_points_collection))

in the resnet_v1.py file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions