-
请问node2vec.py 里的_target_encoder和_context_encoder分别用于什么情况呀?我看它俩都是 encoders.ShallowEncoder() 初始化参数也一模一样;
另外encoders.ShallowEncoder里__init__里有dim表示embedding_size,还有一个参数embedding_dim,这两个dim用于什么情况呢?
最后还想…
-
**Is your feature request related to a problem? Please describe.**
While XYB JPEGs work in many browsers, colors appear wrong in most other apps.
**Describe the solution you'd like**
Most apps ar…
-
Hello.
I've virtualized Android X86 on FreeBSD using bhyve using the following parameters :
```
/usr/sbin/./bhyve-win -S -c sockets=4,cores=2,threads=1 -m 8G -w -H -A \
-s 0,hostbridge \
-s 1…
-
Hi, thanks for sharing this awesome lib.
I have some problems when I test to read from iPhone's .HEIC file and want to rewrite to .heic.
First I try to use your simple encoding API but not work, a…
-
**Version**: (e.g. `3.4.8`)
**Module**: (e.g. `quill-sql`)
**Database**: (e.g. `mysql`)
The current semantics for MappedEncoders is difficult to extend with type classes. For instance, say you ar…
-
### 🚀 The feature, motivation and pitch
It would be great to add the "GPSE" (Graph Positional and Structural Encoder) module to PyG, which acts as a trained encoder for Graph Transformers. Most impor…
-
First of all, maybe this is not a feature request but then I couldn't find the right documentation or I'm doing really difficult.
**Is your feature request related to a problem? Please describe.**
…
-
**Is your feature request related to a problem? Please describe.**
I can't tell if the rotary-encoder Linux kernel driver is present in the images or source tree. I can't find it if it is. I know the…
-
I am considering expanding my config_dict to include additional options for [category encoders](http://contrib.scikit-learn.org/category_encoders/) within the pipeline.
## Context of the issue
I…
-
### Describe the workflow you want to enable
This issue has a similar proposition then #17123, in which is discussed the addition of `handle_missing` and `handle_unknown` from `OrdinalEncoder` in …