PacktPublishing / Learn-Amazon-SageMaker

Learn Amazon SageMaker
MIT License
103 stars 88 forks source link

Chapter 11: Built in Algos #6

Open muhammadali-awan opened 3 years ago

muhammadali-awan commented 3 years ago

First, graphiz error

ExecutableNotFound: failed to execute ['dot', '-Tsvg'], make sure the Graphviz executables are on your systems' PATH

Second, cannot get predictions:

ValueError: Deferred initialization failed because shape cannot be inferred. MXNetError: Error in operator dot47: [14:10:04] ../src/operator/tensor/./dot-inl.h:1241: Check failed: L[!Ta].Size() == R[Tb].Size() (13 vs. 12) : dot shape error: [13] X [12,1]

juliensimon commented 3 years ago

It would certainly help if you mentioned which notebook this is.

'pip install graphviz' should fix the first problem.

muhammadali-awan commented 3 years ago

Thanks for replying. The notebook is: ch11/built_in/Load MXNet model.ipynb

Thanks...

ManikandanKurup-Packt commented 3 years ago

Hi @muhammadali-awan Just checking in to see if your issue was resolved.

m-ali-awan commented 3 years ago

No, it is not solved yet..