Oren Amsalem
Oren Amsalem
## What does this PR do? `user_dir: ${env:PWD}/examples/data2vec` is missing in the finetunings configs, without this config the data2vec models are not registered ([here](https://github.com/facebookresearch/fairseq/blob/0338cdc3094ca7d29ff4d36d64791f7b4e4b5e6e/fairseq_cli/train.py#L48)) to `TASK_DATACLASS_REGISTRY` and the model can...
## 🚀 Feature Add the ability to resize/move the plots. See attached gifs which compare between wandb and aim  
See https://github.com/bokeh/bokeh/pull/12775#issuecomment-1435162651 Basically to fix this I had to do the following: Create a list that keeps which values pass validation and run transform on the first param that pass...
### Is your feature request related to a problem? Please describe. Hi When tracking plots of different variables, it will be great if it will be possible to sync the...
Hi, As far as I can see, there is no way to scale an image when using `put_image_data`. e.g.: ```python from ipycanvas import Canvas import numpy as np canvas =...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I am trying to install anaconda on...
Hello, I have a 4D data (3DxT) and it is already segmented, meaning that for each T, I have 3D masks. Is there any instructions of using the algorithm +...
Hi, In this line: https://github.com/SamLynnEvans/Transformer/blob/37bf49224ccc0ab5a2c8cdb2c330ccd76628e57a/Embed.py#L12 I think you need to multiply the embedding by sqrt(d_model) 
Use pool to parallelize stack registration, added a variable `processes` that sets the number of processes to use. If it is 1 the original code is executed if it is...