We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataclass
With zntrack.outs = dataclass.Field(meta={type: outs}) or something.
zntrack.outs = dataclass.Field(meta={type: outs})
We can convert all standard types into params - maybe a good way of seperating deps / params would be nice.
params
Then make a DataclassNode(dataclass, zntrack.Node) decorator or so.
DataclassNode(dataclass, zntrack.Node)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With
zntrack.outs = dataclass.Field(meta={type: outs})
or something.We can convert all standard types into
params
- maybe a good way of seperating deps / params would be nice.Then make a
DataclassNode(dataclass, zntrack.Node)
decorator or so.The text was updated successfully, but these errors were encountered: