This is an automated email from the ASF dual-hosted git repository.
cdionysio pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 0e8e96685e [SYSTEMDS-3902] Faster data transfer for Python Frames to
Java Runtime by using pipes instead of py4j
add 8de93a1f99 [SYSTEMDS-3887] Change hyperparameter tuning strategy to
bayesian optimization
No new revisions were added by this update.
Summary of changes:
.github/workflows/python.yml | 3 +-
.../systemds/scuro/dataloader/video_loader.py | 21 ++------
.../scuro/drsearch/hyperparameter_tuner.py | 62 +++++++++++++++++++---
.../systemds/scuro/modality/unimodal_modality.py | 30 ++++++-----
.../python/systemds/scuro/representations/bow.py | 2 +-
.../python/systemds/scuro/representations/clip.py | 32 +++++++----
.../systemds/scuro/representations/fusion.py | 4 +-
.../python/systemds/scuro/representations/lstm.py | 12 +++--
.../representations/multimodal_attention_fusion.py | 21 ++++----
.../systemds/scuro/representations/resnet.py | 2 +-
.../python/systemds/scuro/representations/tfidf.py | 2 +-
.../representations/timeseries_representations.py | 5 +-
.../python/systemds/scuro/representations/vgg.py | 18 +++----
.../scuro/representations/window_aggregation.py | 4 +-
.../systemds/scuro/representations/word2vec.py | 4 +-
src/main/python/tests/README.md | 2 +
src/main/python/tests/scuro/test_hp_tuner.py | 3 +-
17 files changed, 140 insertions(+), 87 deletions(-)