[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[Unable to show a serialized python object.]]
The root cause of this issue is that np.save requires np data type, which is str when we save the generated cat file (which contains string value) into the disk. I fixed it through this PR. #19
works on #18
Previously it has such error:
The root cause of this issue is that
np.save
requires np data type, which isstr
when we save the generated cat file (which contains string value) into the disk. I fixed it through this PR. #19After this fix: