hellozgm
Results
2
issues of
hellozgm
当我运行get_features.ipynb中的下面这一行: features_vgg, labels = get_features(models.vgg16_bn(pretrained=True, ctx=ctx), data) 便会出现错误:The kernel appears to have died. It will restart automatically. 然后kernel 重启, 反复循环. Jupyter notebook错误日志: terminate called after throwing an instance of 'std::bad_alloc'...
Hi, thank for your awesome work. I want to modify the code to fit the multi GPU process, and I modify your main code below: ``` if args.cuda: device =...