-
Notifications
You must be signed in to change notification settings - Fork 188
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
程序细节 #1
Comments
您好,简单的介绍了下,代码里面一些函数也有注释,如果还有什么不明白的,可以针对性或者更加具体的问 python data_util.py 知识库的一些处理,主要得到了实体名称字典,以及其他一些后续需要用到的字典文件。 |
谢谢解答! |
显存要求11G以上 |
from keras.backend.tensorflow_backend import set_session import os os.environ["CUDA_VISIBLE_DEVICES"] = '0' #指定第一块GPU可用 config = tf.ConfigProto() config.gpu_options.per_process_gpu_memory_fraction = 0.5 # 程序最多只能占用指定gpu50%的显存 config.gpu_options.allow_growth = True #程序按需申请内存 sess = tf.Session(config = config)
同时谢谢版主解答! |
python版本: python3.6 |
本人基本跑通,有需要交流加我15821444815 |
StateMix()这个函数你们有了解的吗?百度不到 |
请问是怎么改的呢,我直接改了这个名称,会报错: |
您好!请问一下各个运行脚本程序对应的功能能够说明一下吗?表示十分感谢!!(即能否对run.sh脚本里要运行的python程序的功能做简要说明)
The text was updated successfully, but these errors were encountered: