I was wondering if there was any plan to add resource usage (i.e. number of threads) as an option to use brie-quant. Right now the code has maximum resources hardcoded:
This is an issue for people using shared computer clusters. I didn't have time to test this, but would changing this line of code lead to less resources used?
Thanks for raising this important issue. Indeed TensorFlow will use all available CPU threads by default. We have just fixed it in the new release v2.2.2. By default, it will use up to 6 threads.
Hello,
I was wondering if there was any plan to add resource usage (i.e. number of threads) as an option to use
brie-quant
. Right now the code has maximum resources hardcoded:https://github.com/huangyh09/brie/blob/8f83c566f9d9a614807f6cf0fa80de5f2d283804/brie/bin/quant.py#L207-L211
This is an issue for people using shared computer clusters. I didn't have time to test this, but would changing this line of code lead to less resources used?
Thank you in advance for the reply