ZhenLiuBuaa
ZhenLiuBuaa
hello, i run test.py ,but has a error this is the test error Traceback (most recent call last): File "test.py", line 99, in test(testing_db, args.split, args.testiter, args.debug, args.suffix) File "test.py",...
hello, i find full_edge_loss_layers = [self.edge_loss((1-full_logit_layer[:, 0]), (1-full_edge[:, 0])) for full_logit_layer in full_logit_layers] why it is self.edge_loss((1-full_logit_layer[:, 0]), (1-full_edge[:, 0])) not self.edge_loss(full_logit_layer[:, 0], full_edge[:, 0])
hi man, i dont not know where ur mask_generator.py is
i can find some setting in wide_resnet.py. opt = {} opt['depth'] = 28 opt['widen_Factor'] = 10 opt['dropRate'] = 0.0 opt['extra_block'] = False opt['pool'] = 'none'
i create a new virtual env using anaconda, and i get a error when pip install libmr and cant solve it. the log is: Collecting libmr Cache entry deserialization failed,...