Changhun Lee

Results 7 issues of Changhun Lee

Hi! Currently, I'm trying to enhance multiple images sequentially with just one-time load of the SRGAN_g network. However, when I look nvidia-smi, it says SRGAN program(python) is using all of...

Hi! Thanks for your implementation of SRGAN. It works well. By the way, I have some issues while training. I have trained both on Ubuntu16.04 + GTX 860m 4Gb /...

Hello, thank you for your team’s awesome work! I have some questions about using the bolt framework. Here's my working environment: - target platform: Android-aarch64 - build platform: Linux -...

Hi! Thanks for your advise, now I can get results. I tried with this sample image ![image](https://user-images.githubusercontent.com/32446763/33240898-bfbb298e-d301-11e7-9f20-47e3f9e5dd93.png) and then I got this result ![image](https://user-images.githubusercontent.com/32446763/33240911-d8ef3724-d301-11e7-8237-34b6a1384610.png) As you can see, we are...

Hi! I'm using python 3.5 version, so I changed `print ` to `print (~~)` and `xrange` to `range`. And I got an error, `Testing path: ./data/test/calendar number of testing frames:...

### Describe the issue First of all, thank you for your great contributions. I have a similar question to the [issue 146](https://github.com/microsoft/LLMLingua/issues/146), I cannot reproduce the Table 4 results in...

question

### Describe the issue Following the [issue 155](https://github.com/microsoft/LLMLingua/issues/155), I'm trying to reproduce the results of the official [llmlingua-2-xlm-roberta-large-meetingbank](https://huggingface.co/microsoft/llmlingua-2-xlm-roberta-large-meetingbank) model using Mistral-7B as black-box llm. In specific, I tried to fine-tune...

question