Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
876 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 Answer

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...