|
发表于 2021-10-28 07:32:01
|
显示全部楼层
楼主 , 我运行训练时出现报错 , 没法训练........ 能帮忙看看吗?
[y] Place models and optimizer on GPU ( y/n ?:help ) :
y
Error: 'n'
Traceback (most recent call last):
File "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/mainscripts/Trainer.py", line 57, in trainerThread
debug=debug,
File "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/models/ModelBase.py", line 177, in __init__
self.on_initialize_options()
File "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/models/Model_SAEHD/Model.py", line 95, 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 "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/core/interact/interact.py", line 303, in input_bool
s = f"[{yn_str[default_value]}] {s} ( y/n"
KeyError: 'n' |
|