Skip to content

jiannanWang/eagleplus-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EAGLE

Folder/File Structure

The EAGLE directory contains codes for reproducing our experiments.

Directory newrules contains code for the new rules for TorchRec and other new applications.

Instruction

Create enviroment

To create the docker container, first enter the EAGLE directory, then run bash docker_command.

Generate input datasets

To generate and save input datasets, under the EAGLE directory, run python -m newrules.gen_torchrec_model_and_dataset. Input will be saved under EAGLE/data/dataset and models will be saved under EAGLE/data/models.

Execute EAGLEPlus rules

To execute the new rules regarding distributed versus non-distributed training and inference (e.g., rule 17), run bash execute_testing_new_rules.sh. The outputs will be saved under EAGLE/data/outputs.

Analyze results

After execution, use python analyze_results_distributed.py to analyze the results for the new rules regarding distributed versus non-distributed training and inference (e.g., rule 17).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published