Devon R

Results 33 comments of Devon R

I'm really struggling to replicate this. Can you tell me a bit more about what packages you have (e.g. what lib version you're running), and the Python build information (it...

It does mildly confuse me why you'd want this. It's not exactly hard to implement, I just am unsure on why you wouldn't commit to one or the other for...

I'm... not actually sure how this would be implemented. I'm assuming that "changing the contents" of a file constitutes not entirely replacing it. It's hard to take any inspiration from...

Given the rewrite of how PaginatorInterfaces deal with updating themselves, this is actually closer to being possible now. Setting the [send lock](https://github.com/Gorialis/jishaku/blob/eaf74631fa271ef10eed2d5bd63c96141ee72f6e/jishaku/paginators.py#L189) is possible synchronously, so as long as the...

This is, as remarked, difficult to action upon, because to solve it completely, we'd need a different method of retaining scopes. In terms of things we can do without modifying...

pip は終了ステータスのドキュがあんまりないから、これは本当にpipの所為かシェル自体が出しているかは不明です。 jsk sh で他のコマンドが使用できるなら、これは多分環境による問題になると思う (間違ったpipを実行している・pipはpythonかsite-packagesが見つからない・などなど) `whereis pip`, `which pip`とpip以外のコマンドを`jsk sh`で試してみてください。`jsk sh`が全く動かない場合は`bash`をインストールするかシェルのコンフィグで解決されるはずですが、pipだけならより深い調査が必要かもしれません

Running 0.20.5 on pytorch 1.10.1 for CUDA 11.3 on Linux with an RTX 3090 gives me about 1.27it/s (or 0.8s/it) when training 512 image size on a source batch of...

There was an experiment I did at one point that would allow you to edit the contents of a file through a Modal. The character limit and usability concerns prevented...

pkg_resources related problems are also the cause of #205. Will need to purposefully break one of my environments to reproduce it enough to fix it, but the goal is probably...

The function signature doesn't indicate that this should be necessary. Can you explain why you thought this change was necessary (and ideally include any supporting errors or other info you...