-
Notifications
You must be signed in to change notification settings - Fork 346
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
add document detail #518
add document detail #518
Conversation
* Updated Docker image
} | ||
} | ||
|
||
也可以为每个RawFeature添加一个Field Embedding(原始特征值乘上一个可学习embedding参数),如下: |
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.
原始特征值乘上一个可学习embedding参数: 这种怎么操作呢?
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.
``` | ||
|
||
注意:必须要安装`tensorflow_probability`包,需要根据tensorflow的版本安装对应版本的`tensorflow_robability`包。 |
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.
需要根据tensorflow的版本安装对应版本的tensorflow_probability
包。
robability 少了一个p
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.
已修复
@@ -8,20 +8,39 @@ | |||
|
|||
#### 本地Anaconda安装 | |||
|
|||
温馨提示:**在搭载Apple芯片的MacBook上必须使用TensorFlow 2.5或更高版本**,安装方法请查看TF官方文档。 |
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.
温馨提示:在搭载Apple M系列芯片的MacBook上必须使用TensorFlow 2.5或更高版本,安装方法请查看TF官方文档。
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.
已修订
No description provided.