|
发表于 2024-6-6 10:37:39
|
显示全部楼层
神农 不支持AMP的模型训练吗?
[new] 未找到已保存的模型。创建一个新模型,输入名称 : AAA
AAA
[y] 您是否从文件中读取训练选项? ( y/n ?:help ) : n
模型首次运行。
选择一个或多个 GPU 索引(用逗号分隔).
[CPU] : CPU
[0] : NVIDIA GeForce RTX 4090
[0] 选择哪些 GPU 索引? :
0
Error: name 'random_shadow_src_options' is not defined
Traceback (most recent call last):
File "G:\DeepFaceLive\DFL-MVE-SN\DeepFaceLabSN\_internal\DeepFaceLab\mainscripts\Trainer.py", line 121, in trainerThread
reduce_clutter= kwargs.get('reduce_clutter', False)
File "G:\DeepFaceLive\DFL-MVE-SN\DeepFaceLabSN\_internal\DeepFaceLab\models\ModelBase.py", line 327, in __init__
self.on_initialize_options()
File "G:\DeepFaceLive\DFL-MVE-SN\DeepFaceLabSN\_internal\DeepFaceLab\models\Model_AMP\Model.py", line 76, in on_initialize_options
if isinstance(random_shadow_src_options, list) and isinstance(random_shadow_dst_options, list):
NameError: name 'random_shadow_src_options' is not defined
|
|