Hamza Ahmad
Hamza Ahmad
@hamzakhalil798 I am also having trouble running image captioning. Can you please offer some guidance on how to set up oscar correctly and how to load the pre-trained checkpoints to...
I believe you'd have to train your own decoder to make something like that work
Pandas is a data analysis library in python used to build dataframes. I was actually asking for instructions on how to build the dataset in the format where one column...
Actually, I figured it out! After creating train_set and dev_set, I just used this snippet of code: ``` import pandas as pd def dataset_to_dataframe(dataset): # Initialize lists to hold data...