首页 > 编程语言 > 详细

Exception in thread Thread-3:第三个线程意外

时间:2019-02-09 23:00:22      阅读:1231      评论:0      收藏:0      [点我收藏+]

Status:Executing -train.py

02/09/2019 09:33:38 INFO Log level set to: INFO

Using TensorFlow backend.

02/09/2019 09:33:39 INFO Model A Directory: /home/afda/faceswap/faceswap-master/output

02/09/2019 09:33:39 INFO Model B Directory: /home/afda/faceswap/faceswap-master/plugins/extract/align

02/09/2019 09:33:39 INFO Training data directory: /home/afda/faceswap/faceswap-master/models

02/09/2019 09:33:39 INFO Loading data, this may take a while...

02/09/2019 09:33:39 INFO Starting. Press ‘ENTER‘ to stop training and save model

02/09/2019 09:33:39 INFO Loading Model from Model_Original plugin...

02/09/2019 09:33:39 WARNING Error loading training info: No such file or directory

02/09/2019 09:33:39 WARNING Failed loading existing training data. Starting a fresh model: /home/afda

/faceswap

/faceswap-master/models

02/09/2019 09:33:39 INFO Loading Trainer from Model_Original plugin...

Exception in thread Thread-3:

Traceback (most recent call last):

File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner

self.run()

File "/home/afda/faceswap/faceswap-master/lib/multithreading.py", line 187, in run

for item in self.generator:

File "/home/afda/faceswap/faceswap-master/lib/training_data.py", line 23, in minibatch

assert length >= batchsize, "Number of images is lower than batch-size (Note that too few images may lead to bad

training). # images: {}, batch-size: {}".format(length, batchsize)

AssertionError: Number of images is lower than batch-size (Note that too few images may lead to bad training). #

images: 33, batch-size: 64

Exception in thread Thread-3:第三个线程意外

原文:https://www.cnblogs.com/2008nmj/p/10358426.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!