Hii,

suppose I have two .pt files and they have a common key results and I want to join the results values of the two file how do I do it??

eg:

  1. test1.pt has 4 values : 1 ,2 ,3, 4
  2. test2.pt has 3 values: 5 , 6 ,7
  3. I want a test3.pt with values : 1, 2, 3 ,4, 5 ,6 ,7

Is this possible?? how can I accomplish this ??

  • rakk109OPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Model.named_parameters() are used to get the weights of all the parameters they don’t provide any value as results(accuracies). So I obviously can’t use that