You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right after compiling a sample which is scoring with an ONNX model, a bunch of "low level" DLLs related to ONNX appear in VS at the project's root folder.
Is there a way not to show all these .DLLs here?
(Ignore the list of image files, of course..)
The text was updated successfully, but these errors were encountered:
@jignparm please look into this. note the dlls get copied to main project folder witih "copy if newer" instead of just getting copied to the bin output folder
Thanks for the video. The targets file for the nuget will need to updated so that the dlls do not show up in the windows explorer window. We'll add this fix to the upcoming onnxruntime library (and in ml.scoring as well).
Right after compiling a sample which is scoring with an ONNX model, a bunch of "low level" DLLs related to ONNX appear in VS at the project's root folder.
Is there a way not to show all these .DLLs here?
(Ignore the list of image files, of course..)
The text was updated successfully, but these errors were encountered: