Skip to content
Snippets Groups Projects
Commit 3a027a46 authored by tomrink's avatar tomrink
Browse files

refactor

parent 3d136e6e
No related branches found
No related tags found
No related merge requests found
import tensorflow as tf import tensorflow as tf
import tensorflow_addons as tfa import tensorflow_addons as tfa
from util.setup import logdir, modeldir, cachepath, now from util.setup import logdir, modeldir, cachepath, now
from util.util import homedir, EarlyStop, normalize from util.util import homedir, EarlyStop, normalize, make_for_full_domain_predict
from util.geos_nav import GEOSNavigation from util.geos_nav import GEOSNavigation
import os, datetime import os, datetime
...@@ -9,7 +9,6 @@ import numpy as np ...@@ -9,7 +9,6 @@ import numpy as np
import pickle import pickle
import h5py import h5py
from icing.pirep_goes import normalize, make_for_full_domain_predict
LOG_DEVICE_PLACEMENT = False LOG_DEVICE_PLACEMENT = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment