DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

demo/bug: dnn_vs_gru_demo #82

Closed sameerashahh closed 3 months ago

sameerashahh commented 3 months ago

Describe the bug ModuleNotFoundError: No module named 'dynadojo.baselines.gru_rnn'

To Reproduce Steps to reproduce the behavior:

  1. Go to demos/algorithms/dnn_vs_gru.ipynb
  2. Run cell by cell
  3. Error occurs in 2nd cell.

Expected behavior Imports should happen correctly.

VictorHuynh commented 3 months ago

Unable to import because the gru_rnn algorithm does not yet exist within the main branch's baselines folder. But it looks like there is a can-gru-rnn branch in the works, which when merged, should solve this import issue! https://github.com/DynaDojo/dynadojo/tree/can-gru-rnn