-
**Describe the bug**
When building the container using the Dockerfile in main branch i get the error that the
`sh: 1: ./launch.sh: not found`
**To Reproduce**
- docker build . -t alltalk_tts
…
-
My dataset has 100 classes, and the directory structure is like:
> data/images
|-001
|-001_0001.jpg
|-001_0002.jpg
|-...
…
-
Consider the following minimal example:
```py3
import keras
class MyDataset(keras.utils.PyDataset):
def __getitem__(self, item):
return keras.ops.zeros((1, 1)), keras.ops.zeros(…
-
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you:
- **Current repo**: run `…
-
Can you add a basic image generator which can be used after training process to test if the trained LoRA is good or not?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
After several generations, RAM skyrockets, thus mak…
tzwel updated
2 weeks ago
-
Hello,
How do we use W&BTracer with Langchain chains (not agents)?
When I try to use it like
```
from langchain import PromptTemplate, OpenAI, LLMChain
prompt_template = "What is a good …
-
Traceback (most recent call last):
File "/usr/local/bin/uvicorn", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__
retu…
-
First i have this problem when trying to use BLIP for Captions in Automatic1111
` 0% 0/770 [00:01
-
## 📚 Installation
I have been using deepchem on google colabs for quite a while now with the same code to install and import deepchem into my environment:
{!pip install --pre deepchem[tensorflow…