milkboylyf

Results 3 issues of milkboylyf

When we realize the DHN model, we encountered a problem. The three files in the directory “DeepHash/data/cifar10” only have the location of the picture, and the actual label of the...

该函数在什么条件下都会返回一个True。正确写法是不是应该如下: def _ScoreUpdate(self): if self._direction == 'ascend': start = -np.inf else: start = np.inf if self._score == start: return True elif self._evaluate(self._score, self.bestscore): self.bestscore, self._bestfeature = self._score, self._TemplUsedFeatures[:] return True...

This is the intermediate log of my optimization problem, where I found that the loss function is:loss=1*con+1*(1-plddt)+rmsd, However, in the readme document, it is stated that a higher value of...