eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

File Registry allows to directly load a serialized model instead of YAML file #629

Closed eddyxu closed 2 years ago

eddyxu commented 2 years ago

Now we have ModelType which captures the model specification well, we should allow the file registry to directly load serialized model weights.

CREATE MODEL my_model
FLAVOR pytorch
TYPE resnet
USING 's3://bucket/to/my/resnet.pth'