TheCrazyT

Results 41 comments of TheCrazyT

Guess I should run a compared mem-profile with python 3.10 ,because they seem to have changed something about garbage collection within this commit: https://github.com/python/cpython/commit/59af59c2dfa52dcd5605185263f266a49ced934c Hm weird, just noticed that the...

@Retkid sorry, beside fishing strings in the core-dump and profiling the whole sotoki I have no simple script that profiles the memory. I'm currently looking at the output of "log-malloc2"...

@rgaudin Ok ... here is another thing I noticed. The commit of the redis-package, has actually a "command stack"( https://github.com/redis/redis-py/blob/c54dfa49dda6a7b3389dc230726293af3ffc68a3/redis/client.py#L2049 ) that gets emptied after a commit. But here is...

Well, If I saw it correctly, then every thread has its own `nb_seen`, starting from 0. Maybe its just not noticeable if one thread is lucky and hits commit. **Update:**...

Still believe that the `Rewriter` that gets executed during the html-generation somehow causes a leak. Sadly I'm not able to reproduce the problem if I just test the Rewriter on...

Thanks for testing. That is a really disappointing result. I must admit that I always tested with the "FakeCreator" that you mentioned in your first comment and with a much...

Just for your interest. (I know your post is from 2019) I guess that is a wrong entry in the list. Also see my post: https://github.com/Mainak431/List-of-Differentiable--OPs-and-Non-differentiable-OPs--in-Tensorflow/issues/4 The round-operator has "RegisterGradient"...

I also modified the demo.py and wondered why it was expecting the animation file (like Baseball Pitching.bvh) for the destination character. I thought thats what it is supposed to generate...

Well looks like I'm currently stuck. According to my script I have those characters: Aj skeleton_type: 0 Mousey_m skeleton_type: 10 Goblin_m skeleton_type: 10 BigVegas skeleton_type: 0 Vampire_m skeleton_type: 10 Mremireh_m...

looks like I'm having the same problem: ``` terminate called after throwing an instance of 'std::runtime_error' what(): /kaggle/demon_v2/lmbspecialops/src/rotation_format.cu:90: cuda error: no kernel image is available for execution on the device...