I am running Stage 2 using the sand_car example that you provide in the repository. When doing so, I get an error:
ModuleNotFoundError: No module named 'causal'
This is because the file in models/factormatte_GANFlip_model.py tries to do the following import:
from causal.discriminator import *
However, the module "causal" is not included in the repository, which causes the error.
Could you please include the module "causal" in the repository?
Hi,
I am running Stage 2 using the sand_car example that you provide in the repository. When doing so, I get an error: ModuleNotFoundError: No module named 'causal'
This is because the file in models/factormatte_GANFlip_model.py tries to do the following import: from causal.discriminator import *
However, the module "causal" is not included in the repository, which causes the error. Could you please include the module "causal" in the repository?