I installed everything on OSX, but I get this error when I try to run the program:
dankouba@dan-koubas-macbook-pro:~/Documents/personal/Color-diffusion$ python3 inference.py --image-path ~/Downloads/md.jpg --checkpoint ./checkpoint/md.jpg --save_path ./output
Traceback (most recent call last):
File "/Users/dankouba/Documents/personal/Color-diffusion/inference.py", line 37, in
encoder = Encoder(**enc_config)
^^^^^^^^^^^^^^^^^^^^^
TypeError: Encoder.init() got an unexpected keyword argument 'condition'
My guess is one of the requirements needs to be pinned to a version, but they all take up the latest. Any insight you can provide?
I installed everything on OSX, but I get this error when I try to run the program:
dankouba@dan-koubas-macbook-pro:~/Documents/personal/Color-diffusion$ python3 inference.py --image-path ~/Downloads/md.jpg --checkpoint ./checkpoint/md.jpg --save_path ./output
Traceback (most recent call last):
File "/Users/dankouba/Documents/personal/Color-diffusion/inference.py", line 37, in
encoder = Encoder(**enc_config)
^^^^^^^^^^^^^^^^^^^^^
TypeError: Encoder.init() got an unexpected keyword argument 'condition'
My guess is one of the requirements needs to be pinned to a version, but they all take up the latest. Any insight you can provide?