Syrup274

Results 3 issues of Syrup274

PoolAllocator: After 46502 get requests, put_count=46422 evicted_count=1000 eviction_rate=0.0215415 and unsatisfied allocation rate=0.0253753 2017-10-19 20:46:08.469526: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:259] Raising pool_size_limit_ from 100 to 110

I encountered the following issue when running your code: InvalidArgumentError (see above for traceback): indices[0,6,12] = 2239 is not in [0, 2192) [[Node: model_1/embedding_lookup = Gather[Tindices=DT_INT64, Tparams=DT_FLOAT, _class=["loc:@model/embedding"], validate_indices=true, _device="/job:localhost/replica:0/task:0/cpu:0"](model/embedding/read,...

Hi, Is the resnet backbone available in your code repository? I find it somthing different with original resnet code(i.e. RCNN_top use resnet.layer4). I am not quite understand the structure here....