Hans Meine
Hans Meine
Do you see any need for the seek? Did you try commenting it out?
Ah, I think I understand now: The seek() may rewind in case incomplete tags were received. One could change the implementation to retain partial buffers, or maybe it would also...
We use if for segmentation, with the CrossEntropyLoss. However, I have problems with the L-BFGS myself – I believe it is because the loss is locally linear around the starting...
Can confirm this bug on MacOS, Windows and Linux with OC 2.11.0.
I would be interested in the same thing. Implementation-wise, it would be possible to do this *on top of* the current classes: One could have a regular filelock around a...
Are there alternative terms to be considered? I like mode = "reader" / "writer", but could also imagine "shared" / "exclusive", for instance.
Yes, I think `CacheFS` comes close, but I would like to have an additional cache of files that were read. So, one would configure a local cache directory and maximum...
I have the exact same issue reported by @waromero on Gitter on 2017-12-06. The problem is that upload (with `reuseExisting=True`, which we thought would just prevent new "(1)"-postfixed version items)...
Yes, you probably did not look at my patch yet? I suggested pointing to that from the README.
Yes, it looks as if we're not at the bottom of the rabbit hole yet. On the other hand, as I wrote in my original report, the error might even...