Results 8 issues of Vinicius

Hi, First of all, congratulation for the excellent work! I am collecting some results for a paper and it is essential to include the results from the MUNIT models, but...

I would like to know about the procedure to create the painting. For example, the mountains.png, in your results: How did you know that was needed to paint the border...

The error: > ImportError: No module named '_init_paths' is occurring when evaluating a trained model because the eval/test.py cannot see the _init_paths module which is in the parent directory.

Hi, First of all, nice work! I would like to obtain the source code to replicate the other experiments, such as the MNIST SVHN. Could you make it available? Thanks.

The system prompt in the [llama2 blog post](https://huggingface.co/blog/llama2) contains an extra space and new line when compared to the [original](https://github.com/facebookresearch/llama/blob/6c7fe276574e78057f917549435a2554000a876d/llama/generation.py#L213C25-L213C25) implementation.

Is there an easy way to change the mode of Dense Cut by setting a mask manually ? e.g. The OpenCV 's Grab Cut function accept two modes, GC_INIT_WITH_RECT and...

# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...

Hi, I'm trying to use your trained models, however, I am getting an error for the unigram model: > Traceback (most recent call last): > File "eval.py", line 216, in...