Dilip Parasu
Dilip Parasu
Hi, The keyboard light works perfectly, but the turbo button dosen't My system Specs ``` sudo dmidecode -s system-product-name Predator PH315-54 ``` ``` OS: Arch Linux x86_64 Kernel: 5.15.5-zen1-1-zen ```...
I've included steps to log the runs as per #16 Do let me know if any changes are needed before merging it :)
Hey there! I would like to make a notebook which helps others get started with logging of their experiments with tensorboard and wandb, along with pushing the logs to hub.
Addresses onnx to torch conversion from - https://github.com/nebuly-ai/nebullvm/issues/133
The port number under the CIFAR Model Compression example exceeded the allowed range, possibly a typo—a fix.
# Model Predator PH315-54 # Issue - Powerlimit of the nvidia card being affected. Here is the power limit in powersaving mode (Same for balanced mode) - 80W  Here...
Removed the hardcoded classes length value of 10. Replaced it with args.num_classes. Now this allows us to experiment with this model across different datasets, without errors. The hardcoded value, throws...
When trying to run arena battle, it errors. The traceback is below  ``` 2024-04-29 06:11:41 | ERROR | stderr | /workingdir/cen-ai-30032024/aistudent/miniforge3/envs/fastchat/lib/python3.11/site-packages/fastchat/serve/gradio_block_arena_anony.py:304: RuntimeWarning: invalid value encountered in divide 2024-04-29 06:11:41...
[huggingface.co/docs/accelerate/quicktour#use-gradient-clipping](https://huggingface.co/docs/accelerate/quicktour#use-gradient-clipping)  Here, the actual function name is clip_grad_value_ , but the '_' is converted to italic. I believe this issue could be there in the other part of the...