Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About seek error and results #29

Open
Hpjhpjhs opened this issue May 31, 2021 · 1 comment
Open

About seek error and results #29

Hpjhpjhs opened this issue May 31, 2021 · 1 comment

Comments

@Hpjhpjhs
Copy link

@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:
222180_gcn_ren_clr
The input_image:
222180_input
The PCA_image:
222180_pca_ren_clr
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.

@haoxurt
Copy link

haoxurt commented Jun 25, 2021

@Hpjhpjhs Could you tell me how install spatialsearch successfully and your version of python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants