Alejandro Vaca

Results 12 issues of Alejandro Vaca

### Search before asking - [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues. ### Ray Component Ray Core ### What happened + What you expected to happen I...

bug
triage
windows
stale

Hi, I'm trying to use symspellpy for correcting some spanish texts. I've loaded a dictionary of spanish words and their absolute frequency, and it seems to be correctly loaded. However,...

question

When trying to use predictor, I cannot load weights: ```{python} --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 2 #!mkdir -p data/output 3 predictor = Predictor(input_dir='test_data/input/') ----> 4 predictor.get_predictions(model=rrdn, weights_path='weights/rrdn-C4-D3-G32-G032-T10-x4/2021-03-05_1158/rrdn-C4-D3-G32-G032-T10-x4_epoch009.hdf5')...

Hi, even changing the example notebook like this: ```{python} lr_train_patch_size = 150 layers_to_extract = [5, 9] scale = 4 hr_train_patch_size = lr_train_patch_size * scale rrdn = RRDN(arch_params={'C':4, 'D':3, 'G':32, 'G0':32,...

when using this together with parlai interactive, after 2-4 conversation turns the following error appears. ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to...

In the requirements.txt no version is specified for tensorflow (or for any other library, which is very confusing), therefore your Python scripts using Tensorflow don't work. Could you please tell...

Hi, I'm trying to push my local branch "fix_post", in order to make a Pull Request, but I cannot do it due to permission errors. Would it be possible that...

Given how good this model works, I'd be interested in having access to the original corpus with which it was trained. Will that be possible? I mean, is there any...

# 🚀 Feature request Add DEBERTA-base model as an option for creating an EncoderDecoderModel. ## Motivation Currently only BERT and RoBERTa models can be transformed to a Seq2Seq model via...

Feature request

Hi, I'm trying to use the Accelerate integration, because otherwise with NLPO I cannot run a small model (200M parameter) with 512 tokens length, not even in a 80GB A100....