graph_weather icon indicating copy to clipboard operation
graph_weather copied to clipboard

how to run the code

Open sabbir2331 opened this issue 2 years ago • 3 comments

Can someone please tell me how to run the code? Because, When I tried to run the program after installing necessary dependencies in colab says out of memories and crashes.

sabbir2331 avatar Feb 10 '23 08:02 sabbir2331

The code does use a very large amount of memory, so running out of ram is unfortunately quite common. One way to do it would be to reduce the size of the model quite a lot, or reduce the number of input features. I am trying to figure out a better way of encoding the graph, as that takes most of the memory, but I haven't figured it out yet.

jacobbieker avatar Mar 16 '23 11:03 jacobbieker

@all-contributors please add @sabbir2331 for question

peterdudfield avatar Mar 24 '23 10:03 peterdudfield

@peterdudfield

I've put up a pull request to add @sabbir2331! :tada:

allcontributors[bot] avatar Mar 24 '23 10:03 allcontributors[bot]