TILOS-AI-Institute / MacroPlacement

Macro Placement - benchmarks, evaluators, and reproducible results from leading methods in open source
BSD 3-Clause "New" or "Revised" License
220 stars 43 forks source link

it's conda and tensorflow A must depency for run_CodeFlow.sh ? #30

Closed diaoerlie closed 2 years ago

diaoerlie commented 2 years ago

hi zhi ang,

i've study MacroPlacement/tree/main/Flows/util)/run_CodeFlow.sh, and found:

source /home/tool/anaconda3/etc/profile.d/conda.sh conda activate py-tf

does anacoda and tf (tensorflow i guess) is a must depency?

ZhiangWang033 commented 2 years ago

If you just run the code elements part, you do not need this. But if you want to run Circuit Training flow, you need this.