Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

multimodal.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

SimpleAE example

  1. Download the data files:

  2. Place data.zip file under Hoper directory:

    cd HOPER
    unzip data.zip
  3. create the necessary environment with:

    python create_env.py 
  4. Make manipulations on Hoper_representation_generetor.yaml file for generating multimodal representations. Change the "choice_of_module" parameter to SimpleAe and provide the representation_path parameter as your representation path.

    choice_of_module: [SimpleAe] # Module selection 
    
    #*******************SimpleAe*********************************************
        module_name: SimpleAe
        representation_path: ./data/hoper_sequence_representations/modal_rep_ae_node2vec_binary_fused_representations_dataframe_multi_col.csv
  5. Run Simple autoencoder for multimodal representations

        python Hoper_representation_generetor_main.py