Skip to content

Have a print function that prints out a representation of the DAG #8

@Kitchi

Description

@Kitchi

Something like

from dagger import Dagger

dg = Dagger()

#.... add functions/layers here
#.... and here

dg.print() 
# This should produce a dotmap + some dict-like representation of the DAG

There should be a way to export the DAG structure for both visualization, and translation into other systems.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions