-
Notifications
You must be signed in to change notification settings - Fork 39
Dev ipnn pr #342
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
Dev ipnn pr #342
Conversation
return self.one_embedding.forward(ids) | ||
|
||
|
||
class DenseLayer(nn.Module): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uesless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RecommenderSystems/pnn/tools/h5_to_parquet.py is useless
|
||
2. Install all other dependencies listed below. | ||
|
||
```json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep psutil, petstorm
some dependincies will be installed with oneflow
versions are only optional
|
||
> χ may include categorical fields (e.g., gender, location) and continuous fields (e.g., age). Each categorical field is represented as a vector of one-hot encoding, and each continuous field is represented as the value itself, or a vector of one-hot encoding after discretization. | ||
|
||
1. Download the [Criteo Kaggle dataset](https://www.kaggle.com/c/criteo-display-ad-challenge) and then split it using [split_criteo_kaggle.py](https://github.com/Oneflow-Inc/models/blob/dev_ipnn_only/RecommenderSystems/pnn/tools/split_criteo_kaggle.py). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/Oneflow-Inc/models/blob/dev_deepfm_spark_split/RecommenderSystems/deepfm/tools/split_criteo_kaggle.scala
split_criteo_kaggle.py is not available
No description provided.