|
发表于 2021-8-24 10:50:27
|
显示全部楼层
在使用别人的模型时出现了下面这个错误,有没有大佬知道咋搞,我的显卡是RTX2060
Place models and optimizer on GPU ( y/n ?:help ) :
y
Error: 'n'
Traceback (most recent call last):
File "E:\AIFaceChange\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Trainer.py", line 55, in trainerThread
debug=debug,
File "E:\AIFaceChange\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\models\ModelBase.py", line 162, in __init__
self.on_initialize_options()
File "E:\AIFaceChange\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 97, in on_initialize_options
self.options['lr_dropout'] = io.input_bool ("Use learning rate dropout", default_lr_dropout, help_message="When the face is trained enough, you can enable this option to get extra sharpness and reduce subpixel shake for less amount of iterations.")
File "E:\AIFaceChange\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\interact\interact.py", line 284, in input_bool
s = f"[{yn_str[default_value]}] {s} ( y/n"
KeyError: 'n' |
|