amazon-science / earth-forecasting-transformer

Official implementation of Earthformer
Apache License 2.0
359 stars 61 forks source link

Fix: several configs #14

Closed gaozhihan closed 1 year ago

gaozhihan commented 1 year ago
  1. Rename cross_last_n_frames to dec_cross_last_n_frames to match the keyword in CuboidTransformerModel.
  2. Change initial_final_sample_num_conv to initial_downsample_conv_layers and final_upsample_conv_layers and set them separately.