run-youngjoo / SC-FEGAN

SC-FEGAN : Face Editing Generative Adversarial Network with User's Sketch and Color (ICCV2019)
Other
3.35k stars 530 forks source link

concat() got an unexpected keyword argument 'axis' #23

Closed krishnac7 closed 5 years ago

krishnac7 commented 5 years ago

I'm using 0.12.0 of tensorflow and it gives the above error,i tried removing the axis argument then it says no 'values' parameter found

File: model.py method : build_demo_graph

krishnac7 commented 5 years ago

fixed it by getting tf version-1.13.1 numpy-1.16.2