SparseFormatExampleSource
I'm trying to setup a SparseFormatExampleSource with different files for attributes and labels. When I give a default source in the attribute xml file, I get an error StringIndexOutofBound error. Index = -1.
When I don't specify a default source file , but rather provide source for each and every attribute, I get error file not found, where it tried to read the folder in which my attribute file is present, as a file. I'm giving the full path of the file, wherever asked.
When I don't specify a default source file , but rather provide source for each and every attribute, I get error file not found, where it tried to read the folder in which my attribute file is present, as a file. I'm giving the full path of the file, wherever asked.
Find more posts tagged with
Sort by:
1 - 2 of
21
From the little bit I have poked into the error, it seems that it is trying to read the dataFile and it is error out. For some reason, it is unable to extract the dataFile path from the source attribute of the attribute xml tag. So guys please let me know if you have an idea on what could be wrong.