Eric Rubiel

Results 11 issues of Eric Rubiel

Hi I have this error on my custom dataset: `RuntimeError: Caught RuntimeError in DataLoader worker process 0. Original Traceback (most recent call last): File "/home/ericd/anaconda3/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data...

So, following [wiki](https://en.wikipedia.org/wiki/Structural_similarity), I wanted to define luminance ( l ), contrast ( c ) and structure ( s), for that I need the standard deviation: square root of the...

Google released a medical app, knowing that it was not properly tested in a population. Which population? people of color...

Foreigners arriving in Miami International airport cannot opt out of a new federal facial biometric database. In resemblance to the similar database in China used to target Muslims in China,.

There is a new paper on differentiable data augmentation for GANS: https://arxiv.org/pdf/2006.10738.pdf, it seems promising. I have implemented it on pix2pix. For any one interested, I added: the [file](https://github.com/NewSciTLH/data-efficient-gans/blob/master/DiffAugment_pytorch.py) to...

Hello, I use linux/Fedora 38 I pip installed sentencepiece and then I used the huggingface ``` # Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("WizardLM/WizardLM-70B-V1.0") model =...

Hello, So there is an update from deepmind [alphaevolve](https://deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/) Which makes me wonder, in this time, was someone (not on google) being able to use funsearch? According to the paper,...

Hello, I want to run (stabilize) small sandpiles but the program sends errors. Below is an example: ```>>> from sandpile import Sandpile npile = Sandpile([[4, 4, 6, 4, 4], [4,...

## Checklist - [x] My pull request has a clear and explanatory title. - [x] My pull request passes the Linting test. - [x] I added appropriate unit tests and...

category-a1