Skip to content
New issue

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

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

Already on GitHub? # to your account

Message asked for local pretraining is missing the "content" para when train a graph model in distributed mode? #488

Closed
SXxtyz opened this issue Jan 11, 2023 · 1 comment · Fixed by #496

Comments

@SXxtyz
Copy link

SXxtyz commented Jan 11, 2023

If no "content" para, there will raise ValueError('The data type {} has not been supported.'.format(type(value))) in Message.create_by_type() function.

@xieyxclack
Copy link
Collaborator

Thanks a lot for your interest! This issue is caused by that NoneType is not supported by grpc proto, you can change None to a string (such as 'None') as a workaround.

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

Successfully merging a pull request may close this issue.

2 participants