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
Hi, thank you for this great repository.
I am wondering if line 94 and line 111 are correct? shouldn't it be self.mine.routine(generated, generated, Z, Z_P)? because the routine accepts arguments in the order of "X_real, X_fake, Z_real, Z_fake".
Besides, line 123 "self.mine.visualize(generated, generated, Z, Z_N, targets)" seems correct.
The text was updated successfully, but these errors were encountered:
cortex/cortex/built_ins/models/mine.py
Line 94 in 2837b22
Hi, thank you for this great repository.
I am wondering if line 94 and line 111 are correct? shouldn't it be self.mine.routine(generated, generated, Z, Z_P)? because the routine accepts arguments in the order of "X_real, X_fake, Z_real, Z_fake".
Besides, line 123 "self.mine.visualize(generated, generated, Z, Z_N, targets)" seems correct.
The text was updated successfully, but these errors were encountered: