danfenghong / IEEE_TNNLS_EGU-Net

Danfeng Hong, Lianru Gao, Jing Yao, Naoto Yokoya, Jocelyn Chanussot, Uta Heiden, Bing Zhang. Endmember-Guided Unmixing Network (EGU-Net): A General Deep Learning Framework for Self-Supervised Hyperspectral Unmixing, IEEE TNNLS, 2021.
55 stars 13 forks source link

没有定义forward_propagation函数 #12

Open Ting5185 opened 1 year ago

Ting5185 commented 1 year ago

老师,您好,如下代码中的forward_propagation函数请问如何定义?

Forward propagation: Build the forward propagation in the tensorflow graph

### START CODE HERE ### (1 line)
z3 = forward_propagation(X, parameters)
### END CODE HERE ###
danfenghong commented 1 year ago

The function is not used for our work. It is just an example.

Ting5185 @.***> 于2023年6月16日周五 13:36写道:

老师,您好,如下代码中的forward_propagation函数请问如何定义? Forward propagation: Build the forward propagation in the tensorflow graph

START CODE HERE ### (1 line)

z3 = forward_propagation(X, parameters)

END CODE HERE

— Reply to this email directly, view it on GitHub https://github.com/danfenghong/IEEE_TNNLS_EGU-Net/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFL2GZW75D6OV7IIYC4WI5LXLPWHDANCNFSM6AAAAAAZIYNT2I . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Ting5185 commented 1 year ago

收到,非常感谢老师