eto-ai / rikai

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

Rename torch and tf modules to pytorch and tensorflow #524

Closed eddyxu closed 2 years ago

eddyxu commented 2 years ago

Change rikai.torch to rikai.pytorch, and rikai.tf to rikai.tensorflow. This change makes the reflection easier to access code by model flavor.

eddyxu commented 2 years ago

Thanks @darcy-shen !