Ibis Prevedello

Results 13 issues of Ibis Prevedello

I would like to know how to train WGAN-GP with variable batch sizes. I couldn't find a way to set the batch size in the function below dynamically. This is...

The addresses are too big for Ledger Nano S screen, and the speed is also too fast. I saw that for some cryptos it shows only the beginning and the...

I am installing `corels` with poetry and there is a numpy conflict with other libraries, `corels` need `numpy=1.20`. ``` SolverProblemError Because no versions of corels match >1.1.29,

I implemented saving and loading conversation chain with memory: ``` python from langchain.llms import OpenAI from langchain.chains import ConversationChain from langchain.chains.conversation.memory import ConversationBufferMemory llm = OpenAI(temperature=0) conversation = ConversationChain( llm=llm,...

It enables loading chains with `openai-chat`.

I implemented saving and loading conversation chain with memory: ``` python from langchain.llms import OpenAI from langchain.chains import ConversationChain from langchain.memory import ConversationBufferMemory llm = OpenAI(temperature=0) conversation = ConversationChain( llm=llm,...

- Add utilities (Beta version) - Add extra tools (Beta version) - Add SQLDatabaseChain