Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
805 views
in Technique[技术] by (71.8m points)

fast ai trained model for inference combine of image and tabular data

I am a new user fast ai library and what I did is build a combining model image and tabular data and already the model is trained. and now I want to predict single record from test data frame and the type for each is {fastai.data_block.LabelLists}, I used this method

integratedata,_=get_imagetabdatasets(test_image,tab_data)

to integrate input image and tabular data and the final shape is by calling

integratedata[0][0]

(Image (3, 128, 128), TabularLine [tensor([2]), tensor([-0.6136])])

and when I called

learn.predict(integratedata[0][0])

the error was->: ‘ImageTabDataset’ object has no attribute ‘set_item’ ,

so what should I do to infer single input or single record from data frame. I hope clear on my question.

I used this notebook as a reference


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...