-
Notifications
You must be signed in to change notification settings - Fork 11
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
'PJFDataset' object has no attribute 'geek_direct' Error #3
Comments
Could you please show me your configuration file? (overall.yaml and jobrec.yaml) |
I fixed the problem, you can pull the latest code to try again. This problem is because in the latest version of RecBole, there is a default configuration file "sample.yaml" for all dataset and in this file, the "DIRECT_FIELD" is defined as "field". We're also doing some code updates and maintenance recently and If you have any more questions, please feel free to contact me~ |
This means that the model DPGNN requires active behavior on both sides in the data, and therefore, it requires the data to have the feature "DIRECT_FIELD".(Refer to the original paper, it need directed behavior to construct the interaction graph) |
We find that there are still some bugs for model DPGNN when we test it.
We will fix it in few days.
…---Original---
From: "Ben ***@***.***>
Date: Mon, Nov 14, 2022 06:46 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [RUCAIBox/RecBole-PJF] 'PJFDataset' object has no attribute'geek_direct' Error (Issue #3)
Hey so i am not receiving the direct error anymore but i am now receiving this error again
Here are the config files again
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
okay thanks so much so there aren't any other English datasets I could use with the DPGNN Model |
I'm afraid so now. We will try to solve this problem as soon as possible!
…---Original---
From: "Ben ***@***.***>
Date: Wed, Nov 16, 2022 07:09 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [RUCAIBox/RecBole-PJF] 'PJFDataset' object has no attribute'geek_direct' Error (Issue #3)
okay thanks so much so there aren't any other English datasets I could use with the DPGNN Model
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sorry it took so long to reply. We check the 'yaml' file and fix bugs in the code. For the model DPGNN, the experimental datasets we used are not available for the privacy policy of the company. Besides, this dataset is just an example and the features it contains may not necessarily fit all models. Moreover, most bugs are due to configuration files not being set up properly(including 'overall.yaml', 'dataset/zhilian.yaml' and 'model/DPGNN.yaml') like the bug of "direct_field". You can check them first if you run into any other problems. Sorry again for taking so long to reply. |
Hello when i run DPGNN with the kaggle jobrec dataset i get this error
i am using recbole 1.0.0 and all the requirements are correct
The text was updated successfully, but these errors were encountered: