Skip to content

Commit

Permalink
Added file name editor attribute to model path
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jan 21, 2025
1 parent 9bb600f commit 4d3297d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bonsai.ML.Torch/NeuralNets/SaveModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class SaveModel
/// The path to save the model.
/// </summary>
[Description("The path to save the model.")]
[Editor("Bonsai.Design.OpenFileNameEditor, Bonsai.Design", DesignTypes.UITypeEditor)]
public string ModelPath { get; set; }

/// <summary>
Expand Down

0 comments on commit 4d3297d

Please sign in to comment.