You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我改了两个地方:所有的__iter__().next()变成__iter__()._next_data();[labels[self.get_class(x)] for x in self.train_roots]改成[labels['/'+self.get_class(x)] for x in self.train_roots],之后损失是负数,这正常吗
我改了两个地方:所有的__iter__().next()变成__iter__()._next_data();[labels[self.get_class(x)] for x in self.train_roots]改成[labels['/'+self.get_class(x)] for x in self.train_roots],之后损失是负数,这正常吗