parent
64c75771ea
commit
571b13c53f
@ -0,0 +1 @@
|
||||
../../../utils
|
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# == 1 ];then
|
||||
echo "usage: ${0} manifest_file"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
manifest=$1
|
||||
|
||||
jq -S '.feat_shape[0]' ${manifest} | sort -nu
|
Loading…
Reference in new issue