CNC
CNC
> Thanks for your excellent work! > I got an error of `AttributeError: module 'tensorflow' has no attribute 'get_default_graph` when I try to run your code. It seems to be...
I tried conda==4.7.10 and pip==18.1 but cannot reproduce your issue. Can you either try ``` conda clean -a conda-env create -f environment_mac_cpu.yml ``` or ``` conda update -n base -c...
I think your environment have tf 2.0 installed, whose version is not exactly the same as the version we use. I suggest you using `conda` as an environment managing tool...
> I fail to load the trained model to finetune, which is in the file of light_shinkai_ckpt. It shows that > ‘Checkpoint is not found, training from scratch with 1...