mlech26l / ncps

PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
https://www.nature.com/articles/s42256-020-00237-3
Apache License 2.0
1.94k stars 311 forks source link

Update ltc_cell.py #34

Closed shuboyang closed 1 year ago

shuboyang commented 1 year ago

It seems like you missed the plotting function e.g., get_graph, draw_graph, which are included in your previous repo keras_ncp.

mlech26l commented 1 year ago

Thanks.

We will probably refactor the plotting functions from TF model class into the wiring class in the future, though (to have shared plotting methods for pytorch and tensorflow) .