beholder

Results 2 issues of beholder

In official code, bias term is enabled in Conv2D. but your code without using bias in Conv2D. The number of parameters of WideResNet in offical code:1469642 The number of parameters...

loader = pynvvl.NVVLVideoLoader(device_id=0, log_level='error') video = loader.read_sequence(video_root).get() With my dataloader code, the gpu memory is increasing progressively. what should i do to release gpu memory?