NaveenVinayak S

Results 8 issues of NaveenVinayak S

I am facing insufficient diskspace error when I execute the code even though I have used Volume_size = 250 from sagemaker.tensorflow import TensorFlow # volume_size=200, model_path = f"s3://{sagemaker_session.default_bucket()}/Report" tf_estimator =...

I am looking to train this on coco dataset but how to create tfrecord for coco dataset. No code is given for coco tfrecord creation only for VOC tfrecord creation...

``` from xgboost_ray import RayDMatrix train_set = RayDMatrix(X_train, y_train) test_set = RayDMatrix(X_test, y_test) from xgboost_ray import RayDMatrix, RayParams, train start = time.time() num_actors = 1 # num of actors num_cpus_per_actor...

Hi everyone can you please update tfrecord.py file. it's not available in git

Hi @wenwenyu , please provide some information regarding inference.... in inference we are send **boxes_transcripts** folder which has .tsv files it contains bbox coordinates , transcripts along with what **entity**...