Aritra Majumdar

Results 4 issues of Aritra Majumdar

Hi, so I've been trying to replicate your paper by creating a PyTorch model from scratch and training it on the original vangogh2photo dataset provided by Berkeley. Admittedly, it's for...

Hello, I'm following the instructions provided in your Readme, and when I run `pip install git+https://github.com/google-deepmind/gemma.git`, it throws me an error that says **"subprocess-exited-with-error"**. Here is the error log: ```...

bug

I am using PySide6 and pygraphviz to create a simple three widget desktop application. When I use `pyinstaller --onefile --noconsole stackedAPP.py`, PyInstaller throws me this error: `Unable to find '/usr/sbin/neato'...

triage

Hello, I'm trying to visualize the attention weights for Llama 3 when it generates text, but I am facing some complications. I slightly modified the Attention class to output the...