intel / unet

U-Net Biomedical Image Segmentation
Apache License 2.0
303 stars 124 forks source link

Update train_horovod.py #9

Closed ravi9 closed 5 years ago

ravi9 commented 5 years ago

Fixing the error below:

Traceback (most recent call last):
  File "train_horovod.py", line 235, in <module>
    m = model.evaluate_generator(testing_generator, verbose=1,
NameError: name 'model' is not defined