Closed haydenshively closed 4 years ago
The self.thres variable (present in both A2J_loss and post_process nn.Modules) is given a default value, yet never gets used. What is its purpose?
self.thres
A2J_loss
post_process
Hi, self.thres is actually a variable of last version of our code, sorry that I forgot to remove it. You can remove it.
Great! Thanks so much.
The
self.thres
variable (present in bothA2J_loss
andpost_process
nn.Modules) is given a default value, yet never gets used. What is its purpose?