Yoonyoung (Jamie) Cho

Results 4 issues of Yoonyoung (Jamie) Cho

**System information** - `Ubuntu 16.04` - TensorFlow version (you are using): Tried both `2.3.0` and `tf-nightly`(`==2.5.0-dev20210223`) - Are you willing to contribute it (Yes/No): I have tried, but to no...

feature request

In SparkFunESP8266WiFi.cpp, in function: int16_t ESP8266Class::tcpSend(uint8_t linkID, const uint8_t *buf, size_t size), print((const char *)buf) (line 526) ignores the size parameter that was passed to tcpSend, and stops sending at...

I've been following the ReDo paper ("The Dormant Neuron Phenomenon in Deep Reinforcement Learning", https://arxiv.org/pdf/2302.12902.pdf) which describes the procedure to determine the dormant neurons in terms of their normalized scores....

In the original paper, I read that DS-KCF takes the motion model into account by incorporating the Kalman Filter. I was trying to find the instances of the Kalman Filter...