We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d140424 commit 6a32769Copy full SHA for 6a32769
1 file changed
apps/random_pipeline/build_pipelines.sh
@@ -76,6 +76,7 @@ for ((p=$((FIRST+1));p<$((FIRST+PIPELINES+1));p++)); do
76
echo "export HL_SEED=$s && \
77
export HL_RANDOM_DROPOUT=$HL_RANDOM_DROPOUT && \
78
export HL_BEAM_SIZE=$HL_BEAM_SIZE && \
79
+ export HL_WEIGHTS_DIR=$INITIAL_WEIGHTS && \
80
mkdir -p $PIPELINE_DIR && \
81
./random_pipeline.generator -n random_pipeline -d 0 -g random_pipeline -f random_pipeline \
82
-e c_header,object,schedule,python_schedule,static_library,registration,featurization \
0 commit comments