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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
I attempted to download and build the MNISTTensorCNTK solution.
I am unfamiliar with using Python in Visual Studio. The Python project within this solution says "Load Failed", and when I try to reload the project, a popup says there is a missing project subtype
Googling the missing subtype was unsuccessful.
I've tried 2 separate computers, and I've tried repair installation, and adding/modifying Python in
Visual Studio.
Please advise on possible solutions.
The text was updated successfully, but these errors were encountered:
I had the same problem as above. What I did to resolve it was create another python project and look at the ProjectTypeGuids that it had - they were:
{a41c8ea1-112a-4a2d-9f91-29557995525f};{888888a0-9f3d-457c-b088-3a5042f75d52}
In the Training project only the first Guid was different and that was the one complained about above - so I replaced it with a41c8ea1-112a-4a2d-9f91-29557995525f, reloaded the project and this time it appeared ok.
I attempted to download and build the MNISTTensorCNTK solution.
I am unfamiliar with using Python in Visual Studio. The Python project within this solution says "Load Failed", and when I try to reload the project, a popup says there is a missing project subtype
Googling the missing subtype was unsuccessful.
I've tried 2 separate computers, and I've tried repair installation, and adding/modifying Python in
Visual Studio.
Please advise on possible solutions.
The text was updated successfully, but these errors were encountered: