roam / test_tfrecords /data_config.json
meenakshi-roam's picture
Upload folder using huggingface_hub
782e476 verified
raw
history blame contribute delete
335 Bytes
{
"partition": "test",
"No_of_files": 5,
"features": [
"image_left",
"action",
"folder_name"
],
"image_shape": [
256,
256,
4
],
"image_datatype": "uint8",
"action_shape": [
1,
2
],
"action_datatype": "float32",
"folder_name_shape": [
1
],
"folder_name_datatype": "string"
}