nick89216kuo
Results
1
issues of
nick89216kuo
Hello researcher, I would like to inquire about the proto_step_fixed function in proto_steps.py, specifically lines 67 and 68: x_queries = embeddings[q_queries*n_way:] y_queries = y_batch[q_queries*n_way:] Shouldn't it be [-(q_queries*n_way):] instead?