K. S. Ernest (iFire) Lee

Results 1605 comments of K. S. Ernest (iFire) Lee

The previous sample was unable to load the image of the digit. ``` >>> sample_input = to_inference_module_input_from_dataframe(sample_df, config) Traceback (most recent call last): File "C:\Users\elee\scoop\apps\python\current\lib\site-packages\pandas\core\indexes\base.py", line 3361, in get_loc return...

Example problem: 1. training https://ludwig.ai/latest/examples/mnist/ 2. then saving a torchscript, 3. then converting to onnx 4. executing via the onnx runtime for directcompute (microsoft) and cuda (windows, linux, and nvidia)...

My goal is be able to run the various ML diffusion ecosystem tools. 1. image prompt -> text (https://huggingface.co/spaces/pharma/CLIP-Interrogator/tree/main) 1. image prompt, text prompt -> image

I'm using ludwig 6, but I assume https://github.com/ludwig-ai/ludwig/releases/tag/v0.6.4 will work. I did some thinking about the problem, and at this point I'm going to start with the hello world which...

I'm a bit under the weather but let me describe the use case. I have a game and one of the targets is a mobile device like the Meta Quest...

I would be interested in a 3d model viewer. I'm biased towards one that's built on Godot Engine (I work on Godot Engine), but Three.js and Babylon.js are workable too.

See https://github.com/ruslo/hunter/issues/389 for progress on embedding urho3d into game projects.

Is anyone familiar with the work needed? I have some interest. Feel free to chat with me in the #urho3d irc channel.

Here's a from scratch vulkan render that requires glfw and outputs imgui. https://github.com/ocornut/imgui/blob/master/examples/vulkan_example Not sure how helpful it is, but the example is small.