-
Create a conda environment and activate it:
conda create -n emdul python=3.12 conda activate emdul -
Install Lightning:
conda install lightning==2.5.5 -c conda-forge -
Install dependencies in
requirements.txt:pip install -r requirements.txt -
Install pointnet2 for P4Transformer:
cd model/P4Transformer python setup.py install
To be completed
python main.py -g 2 -n 1 -w 8 -b 64 -e 64 --exp_name mmfi_p4t -c cfg/base/mmfi.yml --version $(date +'%Y%m%d_%H%M%S')
python main.py -g 2 -n 1 -w 8 -b 64 -e 64 --exp_name mmfi_p4t -c cfg/base/mmfi.yml --version $(date +'%Y%m%d_%H%M%S') --checkpoint_path path_to_ckpt.ckpt --test