Instructions to use Lilgeneric/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Lilgeneric/test with LeRobot:
- Notebooks
- Google Colab
- Kaggle
| { | |
| "name": "classifier_preprocessor", | |
| "steps": [ | |
| { | |
| "registry_name": "normalizer_processor", | |
| "config": { | |
| "eps": 1e-08, | |
| "features": { | |
| "observation.images.top": { | |
| "type": "VISUAL", | |
| "shape": [ | |
| 3, | |
| 128, | |
| 128 | |
| ] | |
| } | |
| }, | |
| "norm_map": { | |
| "VISUAL": "MEAN_STD" | |
| } | |
| }, | |
| "state_file": "classifier_preprocessor_step_0_normalizer_processor.safetensors" | |
| }, | |
| { | |
| "registry_name": "normalizer_processor", | |
| "config": { | |
| "eps": 1e-08, | |
| "features": { | |
| "action": { | |
| "type": "ACTION", | |
| "shape": [ | |
| 4 | |
| ] | |
| } | |
| }, | |
| "norm_map": { | |
| "VISUAL": "MEAN_STD" | |
| } | |
| }, | |
| "state_file": "classifier_preprocessor_step_1_normalizer_processor.safetensors" | |
| }, | |
| { | |
| "registry_name": "device_processor", | |
| "config": { | |
| "device": "cuda", | |
| "float_dtype": null | |
| } | |
| } | |
| ] | |
| } |