JinwenJay
Results
2
issues of
JinwenJay
### I tried to convert the VOC2007 datasets to TF-Records using the tf_convert_data.py like this: python tf_convert_data.py --dataset_name=pascalvoc --dataset_dir=VOCdevkit/VOC2007/test/ --output_name=voc_2007_test --output_dir=VOCdevkit/tfrecords ### And I had download the VOC2007 datasets in...
string strExpiration = "6000"; m_prop._flags |= AMQP_BASIC_EXPIRATION_FLAG; m_prop.expiration = amqp_cstring_bytes(strExpiration.c_str()); We can't publish message using above code. The key is what should be set about m_prop.expiration?