Skip to content

Commit 253fabd

Browse files
authored
Update keras-to-hls.sh
1 parent 2f04812 commit 253fabd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/keras-to-hls.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ do
146146
fi
147147
# Write tarball
148148
echo "WriterConfig:" >> ${file}
149-
echo " Namespace: None" >> ${file}
150-
echo " WriteWeightsTxt: True" >> ${file}
151-
echo " WriteTar: True" >> ${file}
149+
echo " Namespace: null" >> ${file}
150+
echo " WriteWeightsTxt: true" >> ${file}
151+
echo " WriteTar: true" >> ${file}
152152

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

0 commit comments

Comments
 (0)