Julia Beliaeva

Results 10 issues of Julia Beliaeva

Removed duplicated implementations of `predictTopNLabels` and `loadImageNetClassLabels` and refactored `predictTopNLabels`.

This PR deals with optimizer variables created by the `createSlot` function. Instead of creating variables in the `Optimizer#createSlots`, putting them to the special map only to retrieve in the `applyGradients`,...

1. Move `ImagePanel` class to the visualization module. 2. Remove duplication with the classes in `PlotConv2D.kt`. 3. Extract the common code which creates a frame to a function.

enhancement

I've noticed potential issues with the `RefactoringHistoryToolbar`: 1. New instance of `VcsLogUi` is created on every double click on the leaf node with `RefactoringInfo`, this is not good performance-wise. 2....

As far as I see in the code, `MiningService` only works and keeps commits for a single repository.

A new parameter was added to the "getHistoryFast" and "collectHistory" functions in order to provide filtering capabilities to the file history.

The model only return good results for images with big faces at the image center, and generally needs to be combined with a face detection method to detect the face...

This PR addresses the problem described in [IJPL-156748](https://youtrack.jetbrains.com/issue/IJPL-156748/Unstash-Changes-does-not-navigate-to-the-corresponding-root) by selecting the first stash in the target repository root in the stashes tree.