Chi_Liu
Chi_Liu
I add one line code to save the model at the end of **tf2_examples/dlrm_criteo.py**, but the save function does not work. The output is attached. It looks like it required...
`// 1/sqrt(nominalImuRate_) to discretize, then` `// sqrt(pim_->deltaTij()/nominalImuRate_) to count the nr of measurements.` ` const double d = std::sqrt(pim.deltaTij()) / imu_params_.nominal_rate_;` `Vector6 biasSigmas;` `biasSigmas.head().setConstant(d * imu_params_.acc_walk_);` `biasSigmas.tail().setConstant(d * imu_params_.gyro_walk_);` In...
Add all the available tflite examples that use shark_importer. Some of them have bugs which are from the original iree/samples. Most of the bug is because iree-tflite-tools do not support...