when I run this command
python test.py --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output
I get this error
File "/home/ahsanjalal/Colorizing-with-GANs/src/models.py", line 324, in init
super(int, self).init(sess, options)
TypeError: super(type, obj): obj must be an instance or subtype of type
Even if I change the checkpoint to checkpoints/places365 , still same problem

when I run this command
python test.py --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output
I get this error
File "/home/ahsanjalal/Colorizing-with-GANs/src/models.py", line 324, in init
super(int, self).init(sess, options)
TypeError: super(type, obj): obj must be an instance or subtype of type
Even if I change the checkpoint to checkpoints/places365 , still same problem
