Select to view content in your preferred language

Re: ERROR 001109 in deep learning

1009
6
08-16-2022 09:51 PM
SolanaFoo2
Occasional Contributor

Getting the same error on a model I just created in Pro.  What is this "inPropertyValue; buffer ..."?  Also getting this error from the dlpk that came with this ESRI tutorial: https://learn.arcgis.com/en/projects/automate-fire-damage-assessment-with-deep-learning/

ERROR 001109 Unrecognized token type; state : inPropertyValue; buffer : : Infinity,
"ModelFile": "buildings_classify.

0 Kudos
6 Replies
PavanYadav
Esri Contributor

Hi  

I tried to reproduce the error using  tutorial: https://learn.arcgis.com/en/projects/automate-fire-damage-assessment-with-deep-learning/ but the tool worked for me. We would like to investigate this further and wondering if you can please share the following info? 

1. What version of ArcGIS Pro are you using? 

2. How did you install the Deep Learning Packages e.g. from installer or the command as documented here: https://github.com/Esri/deep-learning-frameworks

3. Does this error occurs with other models or just this one? 

4. Can you try the emd file  instead of the dlpk as a model in the tool and see if it works? 

Thanks

Pavan

Pavan Yadav
Product Engineer at Esri
AI for Imagery
Connect with me on LinkedIn!
Contact Esri Support Services
0 Kudos
PavanYadav
Esri Contributor

Can you also share what was your Windows/ArcGIS Pro languages and local set to? 

Pavan Yadav
Product Engineer at Esri
AI for Imagery
Connect with me on LinkedIn!
Contact Esri Support Services
0 Kudos
AyeshaM
New Contributor

Hi, I am also facing this issue 

I am trying classify pixels using deep learning in Arc Pro 3.0 but the tool is not accepting the .emd file or .dlpk file and throws this error:

Unrecognized token type; state : inArrayValue; buffer : , Infinity ], "band

Thank you in Advance

0 Kudos
PavanYadav
Esri Contributor

@AyeshaM Can you share the .emd and \ModelCharacteristics\training_validation_loss.json? 

thanks 

Pavan

Pavan Yadav
Product Engineer at Esri
AI for Imagery
Connect with me on LinkedIn!
Contact Esri Support Services
0 Kudos
Hanine_Serhan
New Contributor II

Hi,

How many bands your image has? can you please share your Raster info and band metadata?

I faced the same issue when working with 4 bands imagery with bad values in the 4th one

 

I used to extract RGB bands using  the "Extract Bands" Raster Function, and use the output raster to train my model

0 Kudos
Wei-HsinFu
New Contributor III

I encountered the same problem in Pro 3.1. The problem went away after I replaced the 32-bit raster used in the training data by the 8-bit signed version. Learned from a video that the 8-bit rasters work best with the ArcGIS deep learning tools.

0 Kudos