We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e4d75 commit fe7142dCopy full SHA for fe7142d
Samples/StyleTransfer/AppViewModel.cs
@@ -321,7 +321,6 @@ private void StartPreview()
321
322
private async Task LoadModelAsync()
323
{
324
- m_model?.Dispose();
325
m_session?.Dispose();
326
327
StorageFile modelFile = await StorageFile.GetFileFromApplicationUriAsync(new Uri($"ms-appx:///Assets/{_appModel.ModelSource}.onnx"));
0 commit comments