Closed GraceBoston closed 5 years ago
Hi @GraceBoston, this repo relies on a dated version of the TensorFlow api. We've moved to a more future proof version here: https://github.com/cloud-annotations/training I encourage you to try it out and reopen this issue there if you are still running into problems
I downloaded model_zoo link and successfully running 2 models ( ssd_mobilenet_v1_coco, ssd_inception_v2_coco) without any problems.But when i try faster_rcnn_inception_resnet_v2_atrous_coco, and rfcn_resnet101_coco models, models start working properly, but it consumes almost 62.8G/62.8G memory, so I couldn't run it. Have you ever got this issues?
I have 23943062 png image files for training, so i resizing the image as 600 767(config file). i also using 'os.environ['CUDA_VISIBLE_DEVICES'] = '1'' and it works well.