You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a weird GPU-specific error that I hadn't seen before. It only occurs when I initialize the SparseLogEmulator with wing_cut_pixels=None. It's expecting an integer, but should have an default when passed None, so it seems like a passthrough glitch. Meh! No matter, we have a workaround--- simply pass in your wingcut.
The text was updated successfully, but these errors were encountered:
I'm getting a weird GPU-specific error that I hadn't seen before. It only occurs when I initialize the SparseLogEmulator with
wing_cut_pixels=None
. It's expecting an integer, but should have an default when passed None, so it seems like a passthrough glitch. Meh! No matter, we have a workaround--- simply pass in your wingcut.The text was updated successfully, but these errors were encountered: