hsm207

Results 136 comments of hsm207

Seems to be fixed with Julia version 1.3.1 and RCall 0.13.5. I got the following output: ![image](https://user-images.githubusercontent.com/2398765/75607585-afda4b00-5b33-11ea-8c94-62030adb193a.png)

Looks like the problem could have been an old version of R. Anyway, if you are using RCall because of ggplot, I found [Gadfly](https://github.com/GiovineItalia/Gadfly.jl) to be the perfect substitute.

what is the output of `rasa --version` and what is the training time like on the bot from `rasa init`?

1. What is the distribution of the number of words in your intent examples i.e. min, max, mean? 2. Have you tried upgrading rasa to the latest version? 3. Does...

> around 2000 words(12k chars) I assume you are saying that the total number of words for all your examples are around 2,000 words. What I meant to ask was...

> Actually the total number of words for a single example is 2000 words. DIET Classifier does not impose a limit on the length of an example but the memory...

I have similar problems too and would like to share additional info. I have this script: ```julia using Random using Distributions Normal() ``` Running in locally, I get a missing...

Have you considered using the [stable diffusion pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion#diffusers.StableDiffusionPipeline) in the transformers library instead?

have a look at this [notebook](https://github.com/hsm207/stable-diffusion-home/blob/master/notebooks/demo.ipynb)