Instructions to use Sky-Kim/moonshine-tiny-ko-unity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use Sky-Kim/moonshine-tiny-ko-unity with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
| fileFormatVersion: 2 | |
| guid: 7bca79add7af74e4c99f255347806d7c | |
| ScriptedImporter: | |
| internalIDToNameTable: [] | |
| externalObjects: {} | |
| serializedVersion: 2 | |
| userData: | |
| assetBundleName: | |
| assetBundleVariant: | |
| script: {fileID: 11500000, guid: f22407ba6b4157b4a93d0a670bd3dd57, type: 3} | |
| dynamicDimConfigs: | |
| - name: batch_size | |
| size: -1 | |
| - name: num_samples | |
| size: -1 | |