Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to interpolate MODIS Chlorophyll-a Data #14

Closed
hidayatmn378 opened this issue Feb 5, 2023 · 2 comments
Closed

Failed to interpolate MODIS Chlorophyll-a Data #14

hidayatmn378 opened this issue Feb 5, 2023 · 2 comments

Comments

@hidayatmn378
Copy link

Describe the bug

A description of what the bug is.

To Reproduce

Please provide a minimal code example which reproduces the behavior (bug, performance regression, ...).

Environment

  • operating system: Ubuntu 16.04.7 LTS
  • Python version 3.7.12
  • Tensorflow version 1.15.0
  • DINCAE version v1.1.0 (Latest)

Full output

In case of an error, please paste the full error message and stack trace.
The file output attached record_modis_chl_3d.txt

Input file

Run the shell command ncdump -h myfile.nc and paste the output here.
`netcdf input_file_python {
dimensions:
lon = 445 ;
lat = 459 ;
time = UNLIMITED ; // (3 currently)
variables:
float lon(lon) ;
float lat(lat) ;
float time(time) ;
time:units = "days since 2021-01-01 00:00:00" ;
float chl(time, lat, lon) ;
chl:_FillValue = -9999.f ;
int mask(lat, lon) ;
mask:comment = "one means the data location is valid (e.g. sea for SST), zero the location is invalid (e.g. land for SST)" ;

// global attributes:
:_NCProperties = "version=2,netcdf=4.8.1,hdf5=1.12.2" ;
}`

@jsihunh
Copy link

jsihunh commented Feb 8, 2023

Hello, your error was come from shortage of GPU capacity. i recommend to reduce your study area because your data dimension( lat(459 pixels) and lon(445 pixels)) was too large as input data in deep learning model.

@hidayatmn378
Copy link
Author

Thank you for your help. Now it works...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants