Kevin Ryu

Results 7 issues of Kevin Ryu

Hi, I am using nvidia RTX3080 graphic card. It has 10240 MB GDDR6X memory. When I execute cd_mmd_cifar10.ipynb example, I have no problem with tensorflow codes. Out of memory error...

Priority: Medium
Type: Docs

Can I also make this network to run on real-time video stream?

Hello, I have to get prediction from MMDDrift with big size dataset. (sampling is iterated from 1000 to 1000000. Each size is 1000, 1000, 10000, 500000 and 1000000) I am...

Hi, When I run "pytest tests_gripper" command, the following error is occurred. I checked test_sim.py but I can't find decode attribute. Would you give me some guide or tips to...

Hi, When I run drift detection with LSDDOnlineDrift class, the following error occurred. [Error Message] InvalidArgumentError: cannot compute AddV2 as input #1(zero-based) was expected to be a double tensor but...

Type: Question
Type: Docs

Hello, I got information from the following link about supporting Anderson Darling test. And then, I applied it to detect drift on my datasets. https://docs.evidentlyai.com/user-guide/customization/options-for-statistical-tests I got some results and...

Hi, First, thanks for your codes. I think this is very useful as a ml-agent example. By the way, I have two problems and want to ask questions. 1. As...