BrettLL
BrettLL
Hello, was the provided model vgg16.t7 pretrained on the Imagenet? If I want to train this model on my own data to match my own test data, how should I...
Could you release softMaskedBert model for evaluation?
Could I use it in a PC without Internet?
Is there a inception-resnet-v2 pretrained model on imagenet?? If you have trained this model, can you share the model? thanks~
when I use your code to finetune resnet152 and add code: if args.finetune: symbol, arg_params, aux_params = mx.model.load_checkpoint(args.pretrained_model, args.model_load_epoch) (symbol, arg_params) = get_fine_tune_model(symbol, arg_params, args.num_classes, 'flatten0') finetune result is ok....