https://dagster.io/ logo
Title
j

Jahid Hasan

12/26/2021, 2:53 AM
Hi all, I need a little help. I actually read the single job creation documentation where it works with CSV files. I actually have a trained model which formatted in .pt, any suggestions how can I use different file format (means my .pt file) replace of csv file, any suggestions or resources for this to look into. Thank you
c

claire

01/03/2022, 5:41 PM
Hi Jahid, you can write standard python code within Dagster ops to read arbitrary file types. For example, with code from the single-op job tutorial, you can replace the code in the op to use pytorch's
torch.load
to import
.pt
files
j

Jahid Hasan

01/16/2022, 8:46 PM
Thank you for your response. Would you like to share few more resources to look into, as I'm new at this, feel difficult to work on it
And little more insights of what you are referring to also.