Skip to content

Commit fcd6f7a

Browse files
committed
write tarball
1 parent a4b9b6b commit fcd6f7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/keras-to-hls.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ do
144144
echo " Input: ${precision}" >> ${file}
145145
echo " Output: ${precision}" >> ${file}
146146
fi
147+
# Write tarball
148+
echo "WriterConfig:" >> ${file}
149+
echo " Namespace: None" >> ${file}
150+
echo " WriteWeightsTxt: True" >> ${file}
151+
echo " WriteTar: True" >> ${file}
147152

148153
${pycmd} ../scripts/hls4ml convert -c ${file} || exit 1
149154
rm ${file}

0 commit comments

Comments
 (0)