Hey All!
I am training an Image classification model in SAS.
For that, I uploaded images from S3 (Amazon Bucket) into CAS Table.
The problem is- two out of 5 columns (_path_, _image_) are 'varbinary' type, which makes issues.
I am looking for a way to overcome it and being able working with 'path' value (I need to extract the label from it).
Attached are
1. The code I used for uploading from S3,
2. The error I get while trying to work with '_path_' column.
3. _Path_ column props
Will be happy to here your thoughts,
Thanks,
T
S3 extract
column prop
Error
Hey,
Problem solved.
Thanks,
T
The CAS Libname Engine doesn't support Varbinary but you can use the Caslib with FedSQL or DS2 syntax instead which both support this data type.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.