shiron8bit
Results
2
comments of
shiron8bit
Actually i've made a stop-gap solution for 2x2 matriсes, but this is really a dirty hack : ) ``` def inverter(t): res = t.clone() tmp = t[:,:,0,0]*t[:,:,1,1]-t[:,:,0,1]*t[:,:,1,0] tmp = tmp.view(-1,1,1)...
It can be related to https://github.com/ytdl-org/youtube-dl/issues/27119