Raghuvamsi Ayapilla

Results 6 comments of Raghuvamsi Ayapilla

Looks like, I have solved my own problem :) Here are the setting I have added to VSCode settings. `"workbench.colorCustomizations": { "[Shades of Purple]": { "notebook.cellBorderColor": "#796cbd", "notebook.cellEditorBackground": "#0c1c32", "notebook.focusedCellBorder":...

Here are more additions to the Jupyter notebook colors `"workbench.colorCustomizations": { "[Shades of Purple]": { "notebook.cellBorderColor": "#796cbd", "notebook.cellEditorBackground": "#17183E", "notebook.focusedCellBorder": "#F9CF34", "notebook.outputContainerBackgroundColor": "#17183E", "notebook.focusedEditorBorder": "#F9CF34", "notebook.cellHoverBackground": "#593383", } },` ![image](https://user-images.githubusercontent.com/7501015/127668129-a7bf5955-a534-4ed9-8a21-36de65c1b061.png)

Hi @ahmadawais , sorry for the late response friend. Was so exhausted with my current semester. Happy to send you the requested details shortly. I use your color theme every...

my working solution: I used a flatten layer before the Dense layer and it worked ```# from tensorflow.keras import layers # inputs = layers.Input(shape=(1,), dtype="string") # x = text_vectorizer(inputs) #...

Professor, any timeline on this enhancement. Thank You!

from crewai import LLM llm_crewai = LLM( api_key = "api_key", api_version = '2024-07-18', # this was the version for 4o mini I used model = 'azure/', base_url = 'https:///coreapi/openai/v1', )...