Chunyang Wen
Chunyang Wen
## Checklist - [+] I've searched for similar issues. - [+] I'm using the latest version of HTTPie. A similar issue: https://github.com/httpie/httpie/issues/322 --- ## Minimal reproduction code and steps ```bash...
I am using rainbow with the default configuration. That means: install rainbow with vim-plug and set it ```vim let g:rainbow_active = 1 ```  ```python aaa = 1 b =...
A training process contains multiple stages. Exceptions can happen at any given time. Current implementation is a little limited to handle all the situations. For example, data preprocess fails. The...
Currently, when a worker reports an error message to the master, the message seems not correctly handled. If we support the failure of certain records, the master should not fail...
Currently in order to train models, ElasticDL training worker requires following command line parameters: + `model_def`: + Name of the class which inherits from `tf.keras.Model` such as `mnist_module.MnistModel`. + Name...
It seems that from certain version of `tensorflow_io`, this storage type can not be accessed. Below are my tests: 0.19.x Not working 0.17.1 Not working, tf==2.4.2 0.17.0 Not working tf==2.4.0...
In your paper, there are two schemes: + mean field + loopy belief propagation in example of `graph_classification`, there is only implementation of `mean field`. loopy belief propagation contains two...
As volume of data is increasing. I am curious is there any plan for a distributed version of graphnn?
Clocker can display detail information on the menubar which can be configured in preference. What I am want to display is just a simple day of the month. Like an...
# Description When we are using slack sdk, we can register a command and when we respond to a command, it will show a message which is only visible to...