update dllib readme (#3155)
This commit is contained in:
parent
2050ea16a6
commit
1f3a9adda9
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ To install latest nightly build, use ```pip install --pre --upgrade bigdl```; se
|
||||||
First, call `initNNContext` at the beginning of the code:
|
First, call `initNNContext` at the beginning of the code:
|
||||||
|
|
||||||
```scala
|
```scala
|
||||||
import com.intel.analytics.zoo.common.NNContext
|
import com.intel.analytics.bigdl.dllib.common.NNContext
|
||||||
val sc = NNContext.initNNContext()
|
val sc = NNContext.initNNContext()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue