Skip to content

Commit

Permalink
fix dllib pom scope and typo in examples (intel-analytics#5575)
Browse files Browse the repository at this point in the history
* fix dlliv typo in examples
  • Loading branch information
songhappy authored and ForJadeForest committed Sep 20, 2022
1 parent 82f5a4b commit 60c5c4e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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

0 comments on commit 60c5c4e

Please sign in to comment.