-
Notifications
You must be signed in to change notification settings - Fork 48
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
训练过程报错“name 'test_user_set' is not defined” #16
Comments
您好。这个bug我也不太确定呢,我并没遇到,您能分享下您的操作系统环境、Python版本之类的信息吗? |
我之前在window上遇到过,应该是操作系统的问题,windows系统多进程那里有问题,把多进程那里拆开写就好了,或者换到linux |
您好,我在windows上也遇到了这个问题,请问您具体是怎么操作的呢? |
用Linux系统就不会报错了 |
我也遇到了同样的问题,想问您一下是怎么解决的,如何把多线程那里拆开写 |
想问一下具体该怎样把多线程那里拆开写呢? |
您好,您的问题解决了吗?是怎样解决的? |
这里batch_result = pool.map(test_one_user, user_batch_rating_uid)不要用多进程,改一下test_one_user函数,具体我也忘了,windows多进程下全局变量不共享,或者更简单的换到linux上不报错
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年4月23日(星期六) 上午10:06
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [huangtinglin/Knowledge_Graph_based_Intent_Network] 训练过程报错“name 'test_user_set' is not defined” (#16)
您好,最近在学习该工作的代码,通过调用给出的命令行参数,训练过程中evaluate.py文件的test_one_user(x)函数,在“user_pos_test = test_user_set[u]”处报错“name 'test_user_set' is not defined”。调试了一段时间没有找到出错的原因,想请问一下您是否知道原因?
您好,您的问题解决了吗?是怎样解决的?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
def test_one_user(x): |
牛的,哥 |
您好,最近在学习该工作的代码,通过调用给出的命令行参数,训练过程中evaluate.py文件的test_one_user(x)函数,在“user_pos_test = test_user_set[u]”处报错“name 'test_user_set' is not defined”。调试了一段时间没有找到出错的原因,想请问一下您是否知道原因?
The text was updated successfully, but these errors were encountered: