Skip to content
Snippets Groups Projects
Commit 4a96bb5b authored by Michael Langguth's avatar Michael Langguth
Browse files

Include several import statements to 'main_preprocess_data_step2.py'

parent a56134d0
No related branches found
No related tags found
No related merge requests found
import argparse
import sys
import os
import glob
import itertools
import pickle
import random
import re
import numpy as np
import json
import tensorflow as tf
from collections import OrderedDict
from tensorflow.contrib.training import HParams
from mpi4py import MPI
from video_prediction.datasets.base_dataset import VarLenFeatureVideoDataset
import data_preproces.process_netCDF_v2
from general_utils import get_unique_vars
from statistics import Calc_data_stat
from metadata import MetaData
from normalization import Norm_data
from video_prediction.datasets import era5_dataset
def main(): def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment