PawelFaron

Results 10 issues of PawelFaron

Do you maybe roughly know when you will start working on support for instance segmentation?

Thanks for your outstanding work. I tried the code and it works great. I have one question, is there some way (here or during training) to make the code smaller...

Here is an example code that gives this error: ``` from langchain import OpenAI from langchain.agents import load_tools, Tool from langchain.prompts import PromptTemplate from langchain.chains import LLMChain llm = OpenAI(...

As per this request I added the possibility to use multithreading when loading files: https://github.com/hwchase17/langchain/issues/4041

Fixed the issue mentioned here: https://github.com/hwchase17/langchain/issues/3799#issuecomment-1534785861

Fix for these issues: https://github.com/hwchase17/langchain/issues/4126 https://github.com/hwchase17/langchain/issues/3839#issuecomment-1534258559

Fix for the issue reported here: https://github.com/hwchase17/langchain/issues/4331

Would it be possible to add multi-gpu support for upscaling?

Below is my simple code for text generation. The problem is that when the prompt is little bugger (as is that case) the generation goes wild and just keeps repeating...

Could you provide the code for creating such visualizations from raw data?