Closed michaeldeistler closed 1 week ago
This PR introduces a write_trainables() which adds the trainables to the .nodes and .edges such that they can be used for plotting, printing,...
write_trainables()
.nodes
.edges
net.make_trainable("radius") params = net.get_parameters() net.write_trainables(params)
Closes #356
This PR introduces a
write_trainables()
which adds the trainables to the.nodes
and.edges
such that they can be used for plotting, printing,...Closes #356