NickAc
NickAc
+1 Would also like to see this turn into a feature.
Hey, sorry for bothering, but is there any plans to make it so there's almost no latency on the android app @tailcode is developing? I know that might need some...
Sorry for the bump. @Jousboxx I agree with you when you gave the idea to make the minimize button reattach the window into LMMS. But, if they were going to...
Ermmmmm. Running TensorFlow under a TPU is easy. One of the problems is that the python script checks for CUDA, which is not used under a TPU environment. https://github.com/pytorch/xla
> How much do you think would the speed up be @NickAcPT? I think it would be complicated to reshape the entire code and I think a big if-clause would...
I think this should be behind a configuration option.
I have seen this happen with other JARs as well. Basically, these classes were never renamed by us.
> What's the purpose of mapping IDEA exactly..? There is no purpose. Enigma is a generic tool for deobfuscating Java Archives.
> Idea isn’t obf, it’s open source. If there is part of it that is I’d bet it’s against the license to decompile/debof it First of all, we are talking...
When I faced this exact issue on another project, I did a bit of research and it appears that one of the few workarounds is to use something like https://github.com/Lokad/ILPack....