Tested new implementation for models
This commit is contained in:
@@ -28,6 +28,11 @@ public class Theme : ScriptableObject
|
||||
/// </summary>
|
||||
public NNModel model;
|
||||
|
||||
/// <summary>
|
||||
/// The index of the model you want to use
|
||||
/// </summary>
|
||||
public ModelIndex modelIndex;
|
||||
|
||||
/// <summary>
|
||||
/// List of all learnable words/letters
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user