vivid-chen
vivid-chen
And I can't find where is Sum("+") node in Python code? but i can find it in FCN-8.
> @ vivid-chen Jingze,您是否在python代码或任何替代解决方案中找到了SUM节点? I will upload the code later.
You can read a simple code for example. # a res block image # china HUST CZY # 2019 - 12 -27 import sys sys.path.append('../') from pycore.tikzeng import * from...
you can annotation load .npz `# tl.files.load_and_assign_npz(sess=sess, name=checkpoint_dir + '/d_{}.npz'.format(tl.global_flag['mode']), network=net_d)` and run main.py d_srgan.npz will be created.
at first, you should comment the code(#......) about loading the file d_srgan.npz. then you can try to run the code of training. and a d_srgan.npz will be generated by the...