Models folder is not made after training

its showing this error on th terminal -"The path ‘models’ does not exist. Please make sure to use the default location (‘models’) or specify it with ‘–model’. "

Even though i have tried to make to do in such way that making a folder named models and then expecting the data to be strored in that folder after training

Hi @Dextor17,

Actually that error message is wrong - the flag to specify an output directory is --out, which leads me to believe there is some strange argparsing going on. What command are you running to come across this error?