Dzmitry Pletnikau

Results 10 comments of Dzmitry Pletnikau

I had the same problem. Just `'NoneType' object is not callable` and nothing else in the logs. "Refreshing" my virtualenv solved the problem: ``` pipenv --rm rm Pipfile.lock pipenv install...

> See #582 for some parallel discussion and I've pushed a [gist](https://gist.github.com/drob-xx/ca96e341d2b56ffdfc53629abd0ea598) that is (I think) a reasonably straight forward methodology for analyzing HDBSCAN outputs for these purposes. @drob-xx can...

This is a very insightful conversation. Thank you @drob-xx for starting it. > Second, is separating the creation of topics with assigning them to documents. We can argue that we...

My observation is that on pytorch 1.7.0 the after-warmup runs produce wrong results. For example, the sample in README starts returning roughly equal score ~30% for each caption on second...

Downgrading to https://github.com/l3kn/org-fc/commit/fccf4b93a20b09e52ab4279ccb179204c37add28 does help. Will binary search from there to find what made it incompatible with Doom Emacs :D

> these kinds of optimizations that require "model surgery" really belong into Optimum, but I'm not aware of any plans to add these particular optimizations. But it's definitely something worth...

> The potential issue I can think of is how to schedule the image encoder along with the iteration-level continuous batching of LLMs to make sure the two networks run...

The necessary code was removed in https://github.com/pbaylies/stylegan2/commit/83be11ab9337b8ef6e723d919bbe94f0060540f5#diff-fc7dc3c78fc53ae2f9267c94f71e16adL403-L410 Putting `custom_inputs` back fixes the error.

See https://github.com/pbaylies/stylegan2/issues/4#issuecomment-597956314 I assume you both are running @pbaylies 's version