Paul Zhang Yixing

Results 17 comments of Paul Zhang Yixing

In python, I found that ` iw = bi[2] - bi[0] + 1 ih = bi[3] - bi[1] + 1 if iw > 0 and ih > 0: # compute...

> Hi! I'm a student who is very interested in your framework. Recently I tried to reproduce the results you described in the article "Up or Down? Adaptive Rounding for...

The problem persists for AIMET 1.17.0

> you need modify the aimet_common/bin/envsetup.sh to set cuda env and set LD_LIBRARY_PATH and PYTHONPATH properly source /root/anaconda3/envs/aimet/lib/python3.6/site-packages/aimet_common/bin/envsetup.sh > > export LD_LIBRARY_PATH=/root/anaconda3/envs/aimet/lib/python3.6/site-packages/aimet_common/x86_64-linux-gnu:/root/anaconda3/envs/aimet/lib/python3.6/site-packages/aimet_common/:/root/anaconda3/envs/aimet/lib/:$LD_LIBRARY_PATH > > export PYTHONPATH=/root/anaconda3/envs/aimet/lib/python3.6/site-packages/aimet_common/x86_64-linux-gnu:$PYTHONPATH Hi have you tired...

> I have the same issue, I have tried everything here and I still had the same issue ModuleNotFoundError: No module named 'libpymo' It is the so package inside the...

> > > > I did and this is my path ['', '/content', '/env/python', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages', '/usr/local/lib/python3.7/dist-packages/IPython/extensions', '/root/.ipython', '/usr/local/lib/python3.7/dist-packages/aimet_common/x86_64-linux-gnu', '/usr/local/lib/python3.7/dist-packages/aimet_common/x86_64-linux-gnu/aimet_tensor_quantizer-0.0.0-py3.6-linux-x86_64.egg/', '/usr/local/lib/python3.7/dist-packages/aimet_common/x86_64-linux-gnu', '/usr/local/lib/python3.7/dist-packages/aimet_common/x86_64-linux-gnu/aimet_tensor_quantizer-0.0.0-py3.6-linux-x86_64.egg/'] > > I mean I...

> @clevercool I'm not sure if you have tried the following solution: > > #480 Have tried the above solution but it is not working. I am using AIMET 1.17.0,...

If I set the bgr=True, the accuracy is higher. However, my data format is in RGB which is strange

> The data should be in the following tab-separated format. In case of tweets, each line should represent one tweet. > IDlabeltext > > Please set the test_file with the...