dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
265 stars 56 forks source link

How to remove the word administrator from the VS window title? #2833

Open sw3toff opened 9 months ago

sw3toff commented 9 months ago

unnamed изображение_2024-01-28_184857869 I tried a lot of things, but I can’t remove it

LittleLittleCloud commented 9 months ago

@sw3toff Is your windows account an admin account?

2737

gamaleev0071 commented 8 months ago

I get the same error, logged in via (Win) + R in NETPLWIZ removed himself from other groups except administrator, created a new user(no admin), created a machine learning project (no admin user), after installing TorchCPU he simply copied the entire folder from Local this is the only solution that I found, I tried different options and adding a variable to the environment but it didn’t work for me

(ML Builder VS2022 LastUpdate)

LittleLittleCloud commented 8 months ago

@gamaleev0071 Did you set MODEL_BUILDER_ENABLE_ELEVATED_CHECK to FALSE in system variable instead of user variable?

gamaleev0071 commented 8 months ago

@gamaleev0071 Did you set MODEL_BUILDER_ENABLE_ELEVATED_CHECK to FALSE in system variable instead of user variable?

cmd.exe -> set MODEL_BUILDER_ENABLE_ELEVATED_CHECK=false * also in the project, in debugging, I set this parameter

LittleLittleCloud commented 8 months ago

@gamaleev0071

So after you getting the elevation check error, you go to VS->cmd tool and run set MODEL_BUILDER_ENABLE_ELEVATED_CHECK=false and retrain the model, but the error still exist?

gamaleev0071 commented 8 months ago

yes

LittleLittleCloud commented 8 months ago

@gamaleev0071

Can you try the following instead?

gamaleev0071 commented 8 months ago

Model Builder: Version 17.18.2.2415501

cmd set MODEL_BUILDER_ENABLE_ELEVATED_CHECK -> false ничего не поменялось ) все те же ошибки с установкой Runtime, скачиванием модели

LittleLittleCloud commented 8 months ago

I can't understand the language,, could you explain it a little bit in English

gamaleev0071 commented 8 months ago

in general the error persists for me