pablogranolabar

Results 25 issues of pablogranolabar

I have a unique use case that I am considering pySX127x for and I am curious if this would be a possible configuration. I have a large number of sensors...

question

I've been experimenting with minGPT / play_math for the purpose of seeing if multiplication is possible. I've got a somewhat anemic GTX1060 with only 6GB of memory, when attempting to...

Pulled jess/firefox today from a couple of different machines and network.security.esni.enabled is no longer an option with about:config. Setting network.security.esni.enabled manually to boolean True does not work, ESNI is broken....

Hi! I've implemented a T5.1-large fine tune training pipeline in Colab but I keep getting the following error message, even after use_multiprocessing = False: ``` Epoch 1 of 1: 0%...

stale

Hi again @golsun, I've been working with DialogRPT using DialoGPT-large for dialog generation and have hit some performance issues that aren't present when using just DialoGPT-large. Round trip responses using...

Hi @golsun, hitting another snag with CPU inference: ``` $ python3 src/generation.py play -pg=restore/medium_ft.pkl -pr=restore/updown.pth --cpu --sampling loading from restore/medium_ft.pkl loading from restore/updown.pth /home/ec2-user/.local/lib/python3.7/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: Found no NVIDIA...

Hi again @NThakur20! I've got an interesting search project which consists of a golden set of search queries and their results, for a financial services domain search application. One of...

Hi, I've got a dense IR pipeline running with rerank, for a search engine application. However my rerank scores are lower than just a dense IR run? ``` msmarco-distilbert-base-v3 ms-marco-electra-base...

Hola! Great project, thank you for making it available! I am curious now that beam search is supported, is it possible to pass constraints to ecco using for example [PhrasalConstraints](https://huggingface.co/blog/constrained-beam-search),...

Hi! Neat project, thanks for making it available. I've been experimenting with ES-HyperNEAT using Gym wrappers. I am curious if an ES-HyperNEAT custom Gym implementation with SteadyStateGA would be feasible...