Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dllib typo in examples #5575

Merged
merged 2 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.localEstimator
package com.intel.analytics.bigdl.dllib.example.localEstimator

import java.nio.ByteBuffer
import java.nio.file.{Files, Paths}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.localEstimator
package com.intel.analytics.bigdl.dllib.example.localEstimator

import java.awt.image.{BufferedImage, DataBufferByte}
import java.nio.ByteBuffer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.localEstimator
package com.intel.analytics.bigdl.dllib.example.localEstimator

import com.intel.analytics.bigdl.Module
import com.intel.analytics.bigdl.dllib.models.lenet.LeNet5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.localEstimator
package com.intel.analytics.bigdl.dllib.example.localEstimator

import java.io.ByteArrayOutputStream
import java.net.URI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.localEstimator
package com.intel.analytics.bigdl.dllib.example.localEstimator

import com.intel.analytics.bigdl.Module
import com.intel.analytics.bigdl.dllib.models.resnet.ResNet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.nnframes.imageInference
package com.intel.analytics.bigdl.dllib.example.nnframes.imageInference

import com.intel.analytics.bigdl.dllib.nn.Module
import com.intel.analytics.bigdl.dllib.tensor.TensorNumericMath.TensorNumeric.NumericFloat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.nnframes.imageTransferLearning
package com.intel.analytics.bigdl.dllib.example.nnframes.imageTransferLearning

import com.intel.analytics.bigdl.dllib.nn._
import com.intel.analytics.bigdl.dllib.optim.Adam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.nnframes.xgboost
package com.intel.analytics.bigdl.dllib.example.nnframes.xgboost

import com.intel.analytics.bigdl.dllib.NNContext
import com.intel.analytics.bigdl.dllib.nnframes.XGBClassifierModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.nnframes.xgboost
package com.intel.analytics.bigdl.dllib.example.nnframes.xgboost

import ml.dmlc.xgboost4j.scala.spark.TrackerConf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.intel.analytics.bigdl.dllib.examples.nnframes.xgboost
package com.intel.analytics.bigdl.dllib.example.nnframes.xgboost

import com.intel.analytics.bigdl.dllib.NNContext
import com.intel.analytics.bigdl.dllib.nnframes.XGBClassifier
Expand Down