Skip to content

Commit 6a32769

Browse files
committed
fix to point autoscheduler to a new set of weights
1 parent d140424 commit 6a32769

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/random_pipeline/build_pipelines.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ for ((p=$((FIRST+1));p<$((FIRST+PIPELINES+1));p++)); do
7676
echo "export HL_SEED=$s && \
7777
export HL_RANDOM_DROPOUT=$HL_RANDOM_DROPOUT && \
7878
export HL_BEAM_SIZE=$HL_BEAM_SIZE && \
79+
export HL_WEIGHTS_DIR=$INITIAL_WEIGHTS && \
7980
mkdir -p $PIPELINE_DIR && \
8081
./random_pipeline.generator -n random_pipeline -d 0 -g random_pipeline -f random_pipeline \
8182
-e c_header,object,schedule,python_schedule,static_library,registration,featurization \

0 commit comments

Comments
 (0)