Pedro Garzon

Results 8 issues of Pedro Garzon

Hello! I'm currently working on a project where I'd like to experiment with capsules in lieu of CNNs for Deep-Q Learning. Great work on releasing this implementation! While working with...

Hello, I'm trying to model some complex scientific data that is cut up in 20 timesteps on a 64x64 grid on only 1 channel. The data seems to vary in...

I'm noticing there are quite a few hyperparameters that can vary drastically for the problem and dataset one would want to use. Can anyone provide any intuition or tips on...

Just a heads up that the link to go to floweq.ml links to an explicit site. You might want to update it to simply be https://csteinmetz1.github.io/flowEQ/ instead

Hi, just wondering if you know from the top of your head if RTNeural runs faster than the accelerated M1 Pytorch mode or faster than using TensorRT on NVIDIA GPUs?...

my main file has something like this ``` async def main(): kernel = sk.Kernel(log=sk.NullLogger()) kernel.add_chat_service( "chat_completion", OpenAIChatCompletion( api_key="xxxxx", ai_model_id="gpt-4" ), ) planner = SequentialPlanner(kernel=kernel) # Import the native functions llama_rag_plugin...

bug
python
stale

**Describe the bug** A clear and concise description of what the bug is. I'm getting the following stack trace error when running pdftotree on a PDF that contains scientific chemical...

**Describe the bug** I get a disk error when trying to run a test. Might be a bug in how some temp file is being cached by the DeepEval library...