Sangeetha

Results 88 comments of Sangeetha

@Silk760 libpymo refers to AIMET CPP backend. Could you please elaborate on the steps you tried and share a snippet of your error? Tagging @quic-bharathr for further analysis on this...

Hi @garg1himanshu Thank you for the PR with the updates. Please check these test cases corresponding to ModelOptimization code here: https://github.com/quic/aimet/tree/develop/ModelOptimizations/DlQuantization/test

Hi @lcybuzz Thank you for your query. Here's the schema definition for the config file :https://github.com/quic/aimet/blob/develop/TrainingExtensions/common/src/python/aimet_common/quantsim_config/quantsim_config_schema.py . default_config shows an example config. We are working on adding a detailed specification...

Hi @lcybuzz When the config file is set to none, we apply default_config rules. For this case, you could make a copy of the default_config.json and edit it to reflect...

@icybuzz Is this a TF 2.x op? AIMET does not support TF 2.x at the moment. We are in the process of migration. A quick workaround would be to use...

@icybuzz If it's TF 1.x, then you would need to update the two lists and be able to insert the param quantizers. Please give it a try and let us...

@Icybuzz Apologeies for the delayed response. Thank you for the update. It would be great if you could add a corresponding unit test and create a pull request for merging...

@Icybuzz Please let me know if you have any questions. Will be happy to assist you with this contribution. Thank you.

Hi @fmbao could you please share the steps you followed? Adding @quic-bharathr to follow-up further.

@quic-sundarr could you please take a quick look at this query.