Maximilian Dreyer

Results 1 issues of Maximilian Dreyer

Hi @rachtibat, the `run_distributed` method of the `FeatureVisualization` class does not take into account the actual `batch_size` for the multi-target case. Maybe include something like: ``` if n_samples > batch_size:...