Max
Max
> Here is what I did to get pycuda to work. I am not saying YOU should do that. I am sure there are steps that are not necessary, and...
You probably set the max width and max height too high. for some reason, i am only able to set the max width and height to both 832, anything higher...
> [libprotobuf WARNING google/protobuf/io/coded_stream.cc:604] Reading dangerously large protocol message. If the message turns out to be larger than 2147483647 bytes, parsing will be halted for security reasons. To increase the...
so, in other words, according to this formula: x_max = f"{max_bs * 2}x4x{max_height // 8}x{max_width // 8}" batch size * height * width / 8 92160 (Conversion Will Fail) I...
here is a list of useful dimensions that should work with batch size 1 512x1440 576x1280 640x1152 704x1024 768x960 832x832
> You can read my full explanation here > > #32 Thank you so much !!!!!