Isaac Gerg
Isaac Gerg
Any progress on this?
@weidler You might be able to get what you want by using .call() syntax and some cleverness. For example, suppose you have a model which contains some pre-processing steps (e.g....
Not all metrics can be evaluated properly in batches and averages. Area under the reciever operating curve (auc roc) is a popular metric which you have to compute over the...
Unfortunately, I cannot due to my network settings.
Probably wouldn't be a bad idea but i wouldnt kill yourself over it if it doesnt work smoothly. On Thu, Jan 27, 2022 at 3:23 PM Arrin-KN1E ***@***.***> wrote: >...
@ricvo "Based on @isaacgerg suggestion, I would expect the following code to work." You must have misread my explanation because in order to get my proposal to work, you have...
@ricvo Great, it sounds like we are in agreement after you clarification. It is odd bug that graph building cant operate beyond the borders of a model. It would seem...
[test.zip](https://github.com/python-pillow/Pillow/files/548224/test.zip) Uploaded as zip as .tif not supported as github upload-able.
If you do Image.open(filename), you will get an all black image. However, if you open it with another viewer (windows photo viewer), you will see a blue and yellow pattern.
I am a bit confused. Windows is able to read in and display the tiff correctly. Also, the palette I am passing should be uint8 and 255 entries. Are you...