MichaelBosello / battery-rul-estimation

Remaining Useful Life (RUL) estimation of Lithium-ion batteries using deep LSTMs
Apache License 2.0
167 stars 42 forks source link

issue in implementing the notebook transformer_lg_autoencoder_rul_unibo- #5

Open shravnipalla opened 3 months ago

shravnipalla commented 3 months ago

Hello sir,

I tried to correct the following error from many days. But Couldn't resolve. I tried printing the shape of series by series.shape Screenshot from 2024-07-26 17-48-14

MichaelBosello commented 3 months ago

To use _transformer_lg_autoencoder_rulunibo you need first to train an autoencoder with _local-global-autoencoderunibo.ipynb

Please complete the task mentioned above, double-check that the data are in the correct directory and that the autoencoder model you trained is loaded correctly.

If you need any more help I will need the whole notebook output to help you further.