wuzifan
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:  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:   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 .