Michael Mezher

Results 6 issues of Michael Mezher

Replaced static size noise generation (100) with CGAN class latent dimension attribute. Otherwise would crash if latent dim was changed to anything other than 100.

TPUs running tensorflow 1.11.0 are failing to reinitialize after evaluation during "continuous_train_and_eval" schedule. Not sure if this is a bug in Tensor2Tensor or TF's scheduling for TPUs. This problem does...

Rather than using an averaged set of latents derived from voice clips, I've added the ability to instead: 1.) Generate latents (for autoregression and diffusion) 2.) For each autoregressed sample,...

Firstly, thanks for this excellent work. After reading the paper and experimenting with the code, I thought I'd drop a suggestion. Rather than altering a pretrained LDM model (Stable Diffusion)...

Handling issue described in https://github.com/alecalve/python-bitcoin-blockchain-parser/issues/122

XOR obfuscation has been implemented in Bitcoin Core v28 (See: https://github.com/bitcoin/bitcoin/pull/28052) This breaks most of the functionality contained in this lib. The fix is pretty simple: Either A.) Require users...