0

I have modified the file nn/lib/THNN/generic/MSECriterion.c in torch such that XxX is changed to XxX/2. But on calling the function nn.MSECriterion(vector1, vector2), it is executing the same old function XxX. How can I execute the change newly incorporated. Is it even possible to do? Thanks in advance.

Laurel
  • 5,965
  • 14
  • 31
  • 57

1 Answers1

0

You probably need to recompile them.

Chen
  • 64
  • 1
  • 1
  • 3