Ren Jiaxin
Ren Jiaxin
目前来看,https://github.com/openai-translator/openai-translator/issues/1570 可能就是这个issue导致的
Wow, that's impressive! You managed to write such a large project without using an IDE for debugging! I have the following two questions for you: 1.Could you please clarify what...
Thank you very much for your explanation. I understand it roughly, which makes me think you are really awesome! The reason I use the debug feature of IDEs (such as...
+1 same error information on windows 10
> In what ui you trying to load it? Not ui, I'm using the native [StableDiffusion](https://github.com/Stability-AI/StableDiffusion) and run: `python scripts/gradio/inpainting.py configs/stable-diffusion/v2-inpainting-inference.yaml `
Thanks for this, I hope I can get it to work soon!
The root of the question is: does the file `'./tools/rsicd_vocab_5000.txt'` contain the bpe encoding for all words rather than just encoding for RSICD? For example, if there is no `dog...
Thanks for the reply, unfortunately, I prepared `caption_all_txt` and `test_list` based on `data_preparation.py`, and successfully used bpe to train my own tokenizer; in addition, I have modified `bpe_path` in `class...
Sadly, this means that I need to retrain the entire generative model whenever I generate remote sensing images using prompts other than RSICD. On top of that, even if the...
+1