Skip to content

Commit

Permalink
Orca spark estimator (intel-analytics#3124)
Browse files Browse the repository at this point in the history
* Orca spark estimator

* tmp commit

* update pytorch test

* bigdl add load orca ckpt

* update examples

* fix tf estimator

* fix style

* fix openvino

* temp commit

* temp

* meet comments

* meet comments

* meet comments

* meet comments

* add orca optimizer

* remove bigdl optimizer

* fix testcase

* add scheduler

* add scheduler

* fix cifar10
  • Loading branch information
cyita authored Dec 15, 2020
1 parent 6414a1a commit d0031eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dllib/src/bigdl/dllib/estimator/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def set_l2_norm_gradient_clipping(self, clip_norm):
"""
callZooFunc(self.bigdl_type, "setGradientClippingByL2Norm", self.value, clip_norm)

def set_tensorboad(self, log_dir, app_name):
def set_tensorboard(self, log_dir, app_name):
"""
Set summary information during the training process for visualization purposes.
Saved summary can be viewed via TensorBoard.
Expand Down

0 comments on commit d0031eb

Please sign in to comment.