Yash Rawal
Yash Rawal
Added some of my Machine Learning and Deep learning projects which I created through my internships and college studies.
Reshaped methods, and function structure for efficiency improved performance(in my case on Google Collab taking 5-6 seconds less) also improved radiality on notebook/text2im.ipynb.
1. **Removed Future Import**: Removed the `from __future__ import annotations` import, as it's unnecessary in Python 3.7 and later. 2. **Simplified Version Check**: Simplified the version check for Python 3.10...
Here are the optimizations I made to the code: 1. **Reduced Redundancy**: Instead of repeatedly accessing `lsp.get("args", [])`, I assigned it to a variable `cmd` and reused it where needed....
This PR introduces several optimizations to enhance the inference speed of the generate_text_semantic function, along with improvements to code readability and maintainability. Below is a detailed summary of the changes...