--- dataset_info: features: - name: inputs dtype: array2_d: shape: - 1000 - 6 dtype: float32 - name: outputs dtype: array2_d: shape: - 1000 - 6 dtype: float32 - name: delta_rotation dtype: array2_d: shape: - 1000 - 3 dtype: float32 - name: delta_position dtype: array2_d: shape: - 1000 - 3 dtype: float32 - name: absolute_rotation dtype: array2_d: shape: - 1000 - 3 dtype: float32 - name: absolute_position dtype: array2_d: shape: - 1000 - 3 dtype: float32 splits: - name: train num_bytes: 7201440000 num_examples: 60000 - name: test num_bytes: 1200240000 num_examples: 10000 download_size: 7012918020 dataset_size: 8401680000 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---