Relative Content

Tag Archive for pythonmachine-learningconv-neural-networkpython-xarraynetcdf4

Having trouble during preprocessing of data for a ConvLSTM model

I have GHRSST data for 10 years(2014-24) which I’ve split into 2 parts, train(2014-2021) and test(2021-2024) datasets. The train dataset is 4.18GB in size and the test dataset is 1.98GB in size. I’m trying to build a ConvLSTM Model to predict SST data for the next few days, however I can’t seem to get past the preprocessing stage. I’m trying to execute the following code on google colab: