Tom Pham

Results 16 comments of Tom Pham

I'm not sure if this is what you're looking for, but here's [how to disable CompVis's stable diffusion safety models](https://www.reddit.com/r/StableDiffusion/comments/wv2nw0/tutorial_how_to_remove_the_safety_filter_in_5/).

Have you tried passing just the model itself instead of the function to predict? ```python explainer = shap.Explainer(reg) shap_values = explainer(X) ```

Just in case you ever need to add annotation block, check out [this docstring format](https://mkdocstrings.github.io/python/usage/#google-style-admonitions).

So the first part of the site should be ready to publish. Apparently you just have to merge and run `mkdocs gh-deploy`, according to [this](https://www.mkdocs.org/user-guide/deploying-your-docs/). I'm still deciding on the...

I based the majority of customizations on [squidfunk](https://squidfunk.github.io/mkdocs-material/). Another helpful resource is the [PyMdown Extension](https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/).

> So the first part of the site should be ready to publish. Apparently you just have to merge and run `mkdocs gh-deploy`, according to [this](https://www.mkdocs.org/user-guide/deploying-your-docs/). I'm still deciding on...

> I have a couple of suggestions: > > * Use [readthedocs](https://readthedocs.org/) to host the website I have set up the configuration files necessary for **readthedocs**. It would be the...

> * I actually don't know if `autodoc` is something from [their own doc-builder](https://github.com/huggingface/doc-builder) or from `mkdocs`, but there should be a way to have documentation from docstrings. Autodocs appears...

> * Instead of reading from README, let's create a `docs/source` directory I'll start a new PR for this, so the current PR doesn't get too cluttered.

I'm currently on vacation and will attempt to answer your questions in 3 days or so. Thank you for your patience ☺️