winktool
winktool
### 🐛 Describe the bug When i used https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/dreambooth , i got this error: ```IndexError: deque index out of range```  1.4 works: ``` export MODEL_NAME="CompVis/stable-diffusion-v1-4" export INSTANCE_DIR="/home/hero/datasets/fluff/data" export OUTPUT_DIR="/home/hero/dream"...
### 🐛 Describe the bug run:```python main.py --logdir /tmp/ --train --base configs/train_colossalai.yaml``` error: ```name 'ckpt' is not defined``` ```name 'trainer' is not defined``` ### Environment conda3
vConsole Version:
里面用到的都是雀魂的数据格式,或者可以自定义格式,然后兼容不同的平台。
Is it possible to add random strings instead of blank strings to generate a nice looking hash?
- **I'm submitting a ...** [ ] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use...
Thanks~ ``` const pool = await getPool( v5Provider, unitToken, targetToken, FeeAmount.HIGH, 86185620 ); const trade = await V3Trade.fromRoute( new RouteV3([pool], unitToken, targetToken), CurrencyAmount.fromRawAmount( unitToken, ethers.parseEther(amount).toString() ), TradeType.EXACT_INPUT ); console.log("trade", trade);...