Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 450 Bytes

File metadata and controls

23 lines (18 loc) · 450 Bytes

Running EvoFusion

Installing Dependencies

  1. Install PyTorch from the local WHL in the project root:
    pip install torch-2.4.0
    
  2. Install basic dependencies:
    pip install -r requirements.txt
    

Launch Example

python -m experiments.mnist_fusion_test

Configs

  • Main: configs/fusion_default.yaml
  • Activation parameters: configs/activ_params.yaml
  • Loss parameters: configs/loss_params.yaml