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

snapshot...

parent 84ffac55
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ import tensorflow as tf
import util.util
from util.setup import logdir, modeldir, cachepath, now, ancillary_path
from util.util import EarlyStop, normalize, denormalize, resample, resample_2d_linear, resample_one,\
resample_2d_linear_one, get_grid_values_all, add_noise, smooth_2d, smooth_2d_single
resample_2d_linear_one, get_grid_values_all, add_noise, smooth_2d, smooth_2d_single, median_filter_2d,\
median_filter_2d_single, downscale_2x
import os, datetime
import numpy as np
import pickle
......
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