Zero

Results 4 comments of Zero

Check jaxlib version with your cuda. I installed using this code. `pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html` if you get cuda OOM error, then use this code in front of...

Check your grad_norm value, if it`s nan of inf, turn it off. Change your LR 1e-4 or 2e-4 or 1e-5. this worked for me.

I`m using shareGPT format. I am not sure whether special tokens must be included or not, but it works well. Coordinates are must be (Xmin, Ymin), (Xmax, Ymax) format. grounding_data_example.json...

In my case, adding add-binary parameter in pyinstaller command fixes problem. --add-binary="C:\Users\asdf\miniconda3\envs\time\Lib\site-packages\prophet;prophet"