Skip to content

Support neural network models that have layers connected in a directed acyclic graph (DAG) #153

Description

@beomyeol

In current implementation, the layers in a neural network can be connected in a line. However, state-of-the-art CNN models such as GoogleNet, layers are connected in computation graph - a directed acyclic graph.
Thus, like other deep neural network frameworks such as Caffe, dolphin-dnn should train neural network models that consist of layers connected in a DAG.

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