xiejen
Results
2
comments of
xiejen
Thank you so much. There is no code like the following in the project, so it is hard for me to figure out after saving the trained model, how to...
Does this mean to predict the label, it will need both the input test data and the support data? ` y_pred = self.pred_proto(z_query, z_support_proto) y_pred1 = self.pred_KNN(z_query, z_support, support_inds.reshape(-1), k=1)`...