1c1
< # Copyright (c) 2016 ARM Limited
---
> # Copyright (c) 2016-2017 ARM Limited
135,140c135
< if options.restore_from:
< checkpoint_path = os.path.join(options.checkpoint_dir,
< options.restore_from)
< else:
< checkpoint_path = None
< bL.instantiate(checkpoint_path)
---
> bL.instantiate(options, checkpoint_dir=options.checkpoint_dir)