Google Colab Notebook v0.10 may be outdated? #229
-
Hello, I have been using DECODE for the last year or so and it has always worked smoothly in Google Colab. Most recently, however, I came across an error when running the actual "start the training" cell. I'm no pro in Python, but I'm gathering that maybe the numpy library has been updated to where some elements of the original code no longer work as intended. Does the code need to be updated, and if so, could you please provide an updated code or just the changes that need to be made? I would like to use DECODE soon to process some data so any help will be much appreciated! Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Dear @Abdullah12Husain thanks for reporting, indeed it is a frequent issue with google colab, cause its hard to pin dependencies there. I will take a look. |
Beta Was this translation helpful? Give feedback.
Hello @Abdullah12Husain, I updated the notebooks and the issue should now be resolved. The changes are only in the Steps 0 and 0b of the Training and Fitting notebooks, so you might want to simply copy those 2 steps over to your own notebooks. Please note (as commented in the notebooks) that you will now be asked via popup to restart the session after running step 0, make sure to do that. Please let me know if this resolves your issue, or if you still have any problems.