Michael Potter

Results 10 comments of Michael Potter
trafficstars

After further investigation, this is due to nltk's use of the tkinter module. The code will work again if the following is done before importing nltk: ```python import sys sys.modules['tkinter']...

Awesome, thanks for posting this info :)

Huh. Bummer. Good to know though. I wonder if this gap can be closed at all by future metal driver updates... the perf/watt is pretty competitive at least

Is this in the pipeline at all? perhaps an import_penalty variable for any modifications made to import lines?

From my perspective it'd be great if they were left alone. I'm using pycharm to do import sorting, and then yapf as an on-save action. The problem I'm facing is...

the issue is when there are many imports on a single line such that the max line length is exceeded. I have pycharm set to do something like: `from package...

Yeah, it seems like this isn't supported anywhere, which feels like a missed opportunity to me. I would think that compound keys could just be handled by using a line...

@maurerle, Awesome, thanks for pointing this out :)

Confirmed that this problem is with dcgmi directly, and not with the go-wrapper translation layer. To reproduce you can run the following script as a background job for a few...

@nikkon-dev , interesting thought but it seems like the values are more diverse than that. In the past 14 days I'm seeing: ``` 345 1980 70281 75902 116170 200000 249389...