Loreto Parisi

Results 218 issues of Loreto Parisi

Is it possible to use as FileStream a S3 file as `filename` in ```python watcher = tw.Watcher(filename=r'c:\temp\test.log', port=None) cli = tw.WatcherClient(r'c:\temp\sum.log') ``` I would like gensim [smart_open](https://github.com/RaRe-Technologies/smart_open) to open a...

new feature

Hello, how to train other languages? Thanks

I'm getting this error recently: ```python import transformers import more_itertools from tqdm.auto import tqdm from rudalle.pipelines import show, cherry_pick_by_clip from rudalle import get_rudalle_model, get_tokenizer, get_vae, get_ruclip from rudalle.utils import seed_everything,...

My Jupyeter notebook kernel dies (`The kernel appears to have died. It will restart automatically`.)when trying to load the main model after downloading it: ``` device = 'cuda' dalle =...

Hello, thanks for this project! Despite the MNIST provided example is ok for learning the basis, more real-world indexing and querying examples for contrastive learning use cases would be helpful....

Installing the latest version of `joblib` I get this error ``` Traceback (most recent call last): File "/usr/local/bin/explicitly", line 10, in sys.exit(main()) File "/usr/local/lib/python3.7/dist-packages/explicitly/__init__.py", line 112, in main process_args(args) File...

**Is your feature request related to a problem? Please describe.** Implement `ffprobe` wasm version. **Describe the solution you'd like** `ffprobe` is the necessary companion of `ffmpeg`, needed to analyze media...

enhancement

### Question To provide examples of inference with MLS pretrained tokens&lexicon and acoustic and language models showing - Which docker image shall be used - How to pass the models...

question

A [recent](https://www.technologyreview.com/s/608321/this-image-is-why-self-driving-cars-come-loaded-with-many-types-of-sensors/) article con Technology review showed an image about a False Positve "person" and "bycicle" detection. It came to my attention, as `yolo` user, since seems to be made...

### Description In the snippet in the docs here ```python # Create a Transformer model. # Pre-trained model config in gs://trax-ml/models/translation/ende_wmt32k.gin model = trax.models.Transformer( input_vocab_size=33300, d_model=512, d_ff=2048, n_heads=8, n_encoder_layers=6, n_decoder_layers=6,...