Ilya Trushkin

Results 10 issues of Ilya Trushkin

Introduces the real tutorial with an opportunity of editing the code and interacting with the notebook. Tasks: - [ ] Prepare the working sample - [x] Test locally - [...

**Bug description** Interactive API Task Interface provides users with `device` parameter, but we do not use it in TensorFlow tutorials. **To Reproduce** Prerequisites: Both types of CPU and CUDA devices...

bug
hackathon

**Describe the bug** While running a Director-based workflow on Windows, there is an error while unpickling the Keras model. This issue is known: https://github.com/keras-team/tf-keras/issues/87 **Steps To Reproduce** I ran Director-based...

bug

## Issue The output of CI dockerization jobs stops at the collaborator certification. Aggregator and collaborator containers do not start. ## Fix Change `ProcessPoolExecutor.submit` call signature.

- PyTorch DataLoader's `num_workers` usage is removed due to Windows errors/slowness with `num_workers > 0`. Closes #549.

## New Features - `--openfl-path` option to pass to `fx workspace graminize` command. Allows both local and remote OpenFL repository paths. 1. Local path Accepts every path on the system...

### Summary This PR introduces a new "Diffusion" task for image generation using LDMs. ### Checklist - [x] I have added unit tests to cover my changes.​ - [x] I...

DEPENDENCY
TEST
BUILD
DOC
OTX 2.0

### Summary Adds support for downloading and using pretrained EfficientNet weights for models larger than B1 (B2-B8). In pytorchcv, the ā€œcā€ denotes the community re-trained EfficientNet variants (ported via https://www.github.com/rwightman/timm)...

TEST