Wonchul Son
Wonchul Son
 Did you use 4 block architecture (for imagenet resnet) or 3 block architecture (for cifar resnet) ??? I wonder how to make resnet14, resnet20 architecture for imagenet (4block). And...
``` INFO:tensorflow:Restoring parameters from /root/mobile-deeplab-v3-plus/datasets/people_segmentation/exp/deeplab-v3-plus/train/model.ckpt-0 INFO:tensorflow:Running local_init_op. INFO:tensorflow:Done running local_init_op. INFO:tensorflow:Saving checkpoints for 0 into /root/mobile-deeplab-v3-plus/datasets/people_segmentation/exp/deeplab-v3-plus/train/model.ckpt. INFO:tensorflow:loss = 1.0444846, step = 0 INFO:tensorflow:cross_entropy = 0.6935922, learning_rate = 1e-04, total_loss =...
I need Vgg16 pretrained model. but there is error like this. RuntimeError: Error(s) in loading state_dict for DataParallel: Missing key(s) in state_dict: "module.features.0.bias", "module.features.0.weight", "module.features.2.bias", "module.features.2.weight", "module.features.5.bias", "module.features.5.weight", "module.features.7.bias", "module.features.7.weight",...