Chao(Allen) Sun
Chao(Allen) Sun
When I was using PyCG to resolve [tensorflow](https://github.com/tensorflow/tensorflow), the following error occurred: **SyntaxError: (unicode error) \N escapes not supported (can't load unicodedata module)** More precisely, it looks like: > _Traceback...
Hi, I encountered the following error when using PyCG to parse [tensorflow models](https://github.com/tensorflow/models): ### Original Error Description - **_AttributeError: 'NoneType' object has no attribute 'reset_counters'_** - The problem occurs in...
Hi, @vitsalis I wanna exploit PyCG to analyze the following code: def foo(): pass class TensorSliceDataset: def __init__(self): pass def __call__(self, tensors, name): pass def repeat(self): pass def shuffle(self, buffer_size):...
Hello, it costs me tooooo much time to analyze deep learning packages(numpy, tensorflow, etc.), which is unacceptable. Do you have any idea about optimizing PyCG to reduce its running time?...
Hello, there is a bug in your code, I'm looking forward that you can fix it as soon as possible. The detailed information is listed as below: **1. Bug Description:**...
**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** A larger block size leads to a...
**Describe the bug** - In Python, we can simply use `daal4py.get_gbt_model_from_lightgbm()` to convert a trained LGBM model to oneDAL, and use `daal4py.gbt_regression_prediction()` to predict. - May I find the corresponding...