You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@FuxiCV
Hi, thanks for your great work! There would be some errors when the model is training, but the training can still continue. First of all, the os seek function problem appears in training from time to time like below:
'''
W tensorflow/core/framework/op_kernel.cc:1389] Unknown: OSError: [Errno 22] Invalid argument
Traceback (most recent call last):
File "C:\Users\Administrator\anaconda3\envs\ms3d-gpu\lib\site-packages\tensorflow\python\ops\script_ops.py", line 207, in call
ret = func(*args)
File "F:\3D-Face-GCNs\3D-Face-GCNs-master\base_model.py", line 833, in load_image_bin
return utils.load_image_bin(start_idx, self.img_file, image_len, self.img_size)
File "F:\3D-Face-GCNs\3D-Face-GCNs-master\utils.py", line 65, in load_image_bin
img_file.seek(img_start)
OSError: [Errno 22] Invalid argument
'''
Have you any suggestions?
Besides, In addition, as the training progresses, the evaluated pictures become strange like below:
The GCN_image:
The input_image:
The PCA_image:
Do you know why this happened?
Finally, can we ignore this error: "- x - INFO: - Error Occured in Sess Run." Maybe this happens when the gradients are None or INF.
It's appreciated If I can receive your reply.
The text was updated successfully, but these errors were encountered:
@FuxiCV
Hi, thanks for your great work! There would be some errors when the model is training, but the training can still continue. First of all, the os seek function problem appears in training from time to time like below:
'''
W tensorflow/core/framework/op_kernel.cc:1389] Unknown: OSError: [Errno 22] Invalid argument
Traceback (most recent call last):
File "C:\Users\Administrator\anaconda3\envs\ms3d-gpu\lib\site-packages\tensorflow\python\ops\script_ops.py", line 207, in call
ret = func(*args)
File "F:\3D-Face-GCNs\3D-Face-GCNs-master\base_model.py", line 833, in load_image_bin
return utils.load_image_bin(start_idx, self.img_file, image_len, self.img_size)
File "F:\3D-Face-GCNs\3D-Face-GCNs-master\utils.py", line 65, in load_image_bin
img_file.seek(img_start)
OSError: [Errno 22] Invalid argument
'''
Have you any suggestions?
Besides, In addition, as the training progresses, the evaluated pictures become strange like below:
The GCN_image:
The input_image:
The PCA_image:
Do you know why this happened?
Finally, can we ignore this error: "- x - INFO: - Error Occured in Sess Run." Maybe this happens when the gradients are None or INF.
It's appreciated If I can receive your reply.
The text was updated successfully, but these errors were encountered: