I’m trying to train my go_bot_best_json_nlg
model with my trained models (intent classifier, slot filler exc…) but i keep getting OSError: [WinError 123]
, i’ve looked to what this error mean and i found out that it triggers when there’s a :
in a file path - on windows. I’ve tried to debug the problem and i found that there’s a path with C:
in it (deeppavlov\\configs\\C:
)
Should i change something or there’s nothing to do since i’m on windows ?