Results 56 issues of 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...

CLA Signed

## 🚀 Feature Add the ability to resize/move the plots. See attached gifs which compare between wandb and aim ![ezgif-1-5d49c034b0](https://github.com/aimhubio/aim/assets/8983713/699d4015-af74-477e-b3c4-142f5b17ad73) ![ezgif-3-588612cc87](https://github.com/aimhubio/aim/assets/8983713/1c9e395e-e5ac-47fd-9841-741455609dcc)

type / enhancement

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...

status: WIP

### 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...

feature request
ui

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...

type::bug
source::community
stale::recovered

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) ![image](https://user-images.githubusercontent.com/8983713/61696627-5b215700-ad3e-11e9-8d98-5720f5fdee2e.png)

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...