Lawrence Tang

Results 5 issues of Lawrence Tang

In the following code: public void nativeMousePressed(NativeMouseEvent e) { mouseClickX = e.getX(); } A debug breakpoint is at the second line: mouseClickX = e.getX(); In Intellij, the pointer on the...

bug
wontfix
investigation

I'm having a lot of trouble running Vid2Seq. Here are my steps: 1. Create new TPU v2-8 2. `gcloud compute tpus tpu-vm ssh node-1 --zone=us-central1-f` 3. Python version is 3.8,...

### Bug Description I'm getting the following error on the Google sign-in page when trying to use GoogleDocsReader: > Error 400: redirect_uri_mismatch > > You can't sign in to this...

bug
triage

I'm trying to use this script to chat with microsoft/Phi-3-mini-4k-instruct, but an issue, possibly with the tokenizer, is formatting the chat incorrectly. Loading a local PEFT adapter for microsoft/Phi-3-mini-4k-instruct creates...

The HowTo100M + VidChapters-7M + ViTT model is performing poorly on dense video captioning. Reproduction: Run ``` yt-dlp -P $TRANSFORMERS_CACHE -o video.mp4 https://www.youtube.com/watch?v=WJPyrQqLTl4 ``` to download this specific video. Follow...