Aryan Chaurasia

Results 15 issues of Aryan Chaurasia

Hi basically when I am running locally by following [inference pipeline notebook](https://github.com/borisdayma/dalle-mini/blob/main/tools/inference/inference_pipeline.ipynb) The script gets stuck at the end when it's generating an image at 0%.

Hi I am facing issues for adding anonymous sign up option of Firebase in this. Any idea how it can be added?

bug

Here is my code ``` billingPortal (){ const functions = getFunctions(functionLocation); const addMessage = httpsCallable(functions, 'ext-firestore-stripe-payments-createPortalLink'); addMessage() .then((result) => { // Read result of the Cloud Function. /** @type {any}...

Hi I am new to this, I am successfully able to train and evaluate my model, however now I am wondering how do I recompute the same metrics and performance...

Hello I am wondering if there is any starter task posted for this project?

For task #746 **Previous [PR draft](https://github.com/PAIR-code/lit/pull/753)**

GSOC

For task #767 A demo for text to image model:

GSOC

For example here is my python code: ``` search = GoogleSearchAPIWrapper() tools = [ Tool( name = "Current Search", func=search.run, description="useful for when you need to answer questions about current...