Max Woolf

Results 68 issues of Max Woolf

Received multiple comments from people hitting this. Investigating.

[via Reddit](https://www.reddit.com/r/MachineLearning/comments/6v3832/p_pythonr_code_to_predict_reactions_to_text_using/dlxkflb/): ``` UnicodeDecodeError Traceback (most recent call last) in () 1 from reactionrnn import reactionrnn 2 ----> 3 react = reactionrnn() \Anaconda3\lib\site-packages\reactionrnn\reactionrnn.py in __init__(self, weights_path, vocab_path) 27 28 with...

Instantiating a `reactionrnn()` object on the `rocker/tidyverse` container: ``` Error in initialize_python(required_module) : Python shared library '/usr/lib/libpython2.7.so' not found, Python bindings not loaded. ``` Likely a concern with the `keras`...

bug

```py3 import requests from PIL import Image url = "http://images.cocodataset.org/val2017/000000039769.jpg" image = Image.open(requests.get(url, stream=True).raw) from imgbeddings import imgbeddings ibed = imgbeddings() ``` ```py3 embedding = ibed.to_embeddings(image) embedding[:, 0:5] ``` ```...

bug

Apparently, GPU support doesn't automatically work with `onnxruntime-gpu` + `CUDAExecutionProvider`, plus it may be complicated by INT8.

bug

Let's say you want to split the image into quadrants (2 row x 2 col) - Run each image as a batch of 4 inputs, with each input representing a...

enhancement

The [Textual Inversion training notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb) in Google Colab only takes in remote images, instead of also being able to take in local images either uploaded from the desktop or linked...

stale

It appears Demographic distribution info is not included 100% of the time? Weird, but should catch that. Only seems to happen when searching `INACTIVE` ads.

https://github.com/plotly/Kaleido It would fix many usability issues, but not 100% sure if it is a drop-in replacement.