Tianxiu (Tyson) Zhou

Results 3 comments of Tianxiu (Tyson) Zhou

In the same code cell, just change `def compute_acts(image_batch):` to `def compute_acts(image_batch, *args):`

I was facing the same issue. Found out that the JavaScript process might be suspended by the OS when the app is not in foreground, so probably nothing can be...

Can be verified with upstream code: https://github.com/RustCrypto/password-hashes/blob/75b706a442745cda4f89a6d7b240e530223d1f36/argon2/src/params.rs#L40-L52