-
code:
from zoo.pipeline.inference import InferenceModel
model = InferenceModel()
model_path = "/software/hadoop3/Flink_export_20190812"
model.load_tf(model_path)
error:
py4j.protocol.Py4JError…
-
`py4j.protocol.Py4JJavaError: An error occurred while calling o51.estimatorTrain.: java.lang.StackOverflowError` occured when I was trying to immigrate [Attention](https://github.com/intel-analytics/a…
-
When I use TFOptimizer to train a tensorflow model by slim.
I got a error.
```
x_rdd = sc.parallelize(images)
y_rdd = sc.parallelize(labels)
train_rdd = x_rdd.zip(y_rdd).map(lambda rec_tuple: [re…
-
Using the same architecture, data and hyperparameters, I am able to replicate the performance of my TensorFlow model in PyTorch within a very small degree of variance. However the same implementation …
-
when trying to run the object detection jupyter demo with the latest version under apps, below error occurs, can anybody help on this? Thanks!
ERROR:root:Exception while sending command.
Tracebac…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
I directly downloaded the preprocessed Avazu_x4 dataset, then discarded the id feature, and processed all other features as string categorical features. However, it is very strange that it needs a hug…
-
## Description
Dear all, following the [tutorial](https://github.com/indhub/mxnet/blob/e5b89cf9d7c35ac749ed14b54c0faa6dfffa15ef/example/distributed_training/README.md) on distributed training (whic…
-
Hi Author,
Thank you for your great work. I am wondering if we can apply this network on Vision based task such as classification/detection/segmentation, etc.
Thank you for your help.
-
Customer requirement. We can migrate the existing Scala notebook or use other public dataset.