run the code:python DCGAN.py --data /data/images/*.png --epochs 100000 --output /data/output
An error occurred:ValueError: number of input channels does not match corresponding dimension of filter, 3 != 192
How to solve this problem? Thank you. Please help me
run the code:python DCGAN.py --data /data/images/*.png --epochs 100000 --output /data/output
An error occurred:ValueError: number of input channels does not match corresponding dimension of filter, 3 != 192
How to solve this problem? Thank you. Please help me