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

snapshot...

parent f543897c
No related branches found
No related tags found
No related merge requests found
import tensorflow as tf import tensorflow as tf
from util.setup import logdir, modeldir, cachepath, now, ancillary_path, home_dir from util.setup import logdir, modeldir, cachepath, now, ancillary_path, home_dir
from util.util import EarlyStop, normalize, make_for_full_domain_predict from util.util import EarlyStop, normalize, make_for_full_domain_predict, get_training_parameters
from util.geos_nav import get_navigation from util.geos_nav import get_navigation
from icing.util import get_training_parameters
import os, datetime import os, datetime
import numpy as np import numpy as np
......
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