li829
li829
when I try to run run_pre.py, but after train step and in val step, I get this error: RuntimeError: cuDNN error: CUDNN_STATUS_BAD_PARAM. line 178 logits = self.model((data_shot, label_shot, data_query)). Does...
My openssl version is 1.1.1. When I make it, I get this error: dh.h:256:12: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’ MP_new(dh->g);
I use trained model to inference something-something dataset. However I have problem to get right class number, because the output size of the model are [1, 174, 3] or [1,...
I want to use my dataset that is different to you to train the network, but I don't know the input's shape for temporal-net. How should I process my flow...
I used omniglot to train this model, but I found that train_data and test_data used in fine-tune are same classes. Such as 5-way, train_data are [0,1, 2, 3 ,4] and...