Skip to content

Commit

Permalink
updated u-net demo to new location of sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Varsavsky committed Aug 17, 2018
1 parent 8f243ad commit c88cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/unet/U-Net_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"\n",
"\n",
"from niftynet.io.image_reader import ImageReader\n",
"from niftynet.contrib.dataset_sampler.sampler_uniform_v2 import UniformSampler\n",
"from niftynet.engine.sampler_uniform_v2 import UniformSampler\n",
"from niftynet.layer.pad import PadLayer\n",
"from niftynet.layer.rand_elastic_deform import RandomElasticDeformationLayer\n",
"from niftynet.layer.mean_variance_normalisation import MeanVarNormalisationLayer\n",
Expand Down

0 comments on commit c88cb1e

Please sign in to comment.