-
Notifications
You must be signed in to change notification settings - Fork 91
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
您好,想问下similarity.py的tf版本和protobuf的版本应该是多少?很多属性值都失效了。 #51
Comments
我的protobuf没有版本错误,我的版本是3.14.0 |
我后来参考bert做相似度那个链接,看到里面有issues说安装tf 版本为1.12.0,后来这么说也没报错了。 |
similarity.py是fork这个项目里的 https://github.com/terrifyzhao/bert-utils |
tensorflow-gpu==1.15.0 |
你好,我想问tf.contrib.map_and_batch这个方法怎么改成2.x版本的,在similarity.py中579行 |
参考连接和这个库也没有看到requirement的说明
AttributeError: 'google.protobuf.pyext._message.FieldProperty' object has no attribute 'allow_growth'
AttributeError: 'google.protobuf.pyext._message.FieldProperty' object has no attribute 'per_process_gpu_memory_fraction'
The text was updated successfully, but these errors were encountered: