wuzifan

Results 4 comments of wuzifan

补充一下,或者,就算不是用回归 6个值的办法 以下这部分: ``` PYTHON no_object_loss = tf.reduce_mean(tf.square((1 - y_true[:, 0]) * y_pred[:, 0])) object_loss = tf.reduce_mean(tf.square((y_true[:, 0]) * (y_pred[:, 0] - 1))) ``` 是不是应该修改为 ``` PYTHON no_object_loss = tf.reduce_mean(tf.square((1...

I may successfully run the program, it looks like this: ![image](https://user-images.githubusercontent.com/22706545/43065139-772987e4-8e93-11e8-97ea-0ee545b4a9ba.png) but I don't know how to send a request, since all we can do is get the value from...

@luckydonald Thanks for your help and right now I am able to run the project~ But I still can not see the pictures down below: ![image](https://user-images.githubusercontent.com/22706545/43124368-958a5526-8f59-11e8-9c8c-1fa91f34fc6a.png) ![image](https://user-images.githubusercontent.com/22706545/43124374-997b45f0-8f59-11e8-9a7e-935b7b783417.png) can you show...

in the ldm/models/diffusion/ddpm.py line 538 & 539, it comments the first stage and con stage init method, so we need to load it manually .