Skip to content

DAG container #7

@ikostrikov

Description

@ikostrikov

Add a direct acyclic graph container so we could builld a network as in Caffe and Lasagne.

Example:

model = bb8.DAG()

fc1 = model.add('input', bb8.Linear(32, 64))
relu1 = model.add(fc1, bb8.ReLU())

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions