seotaijiya / IRAWCS

Simulation code and additional documents for Intelligent Resource Allocation in Wireless Communications Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when running program

Cvan26 opened this issue · comments

commented

Hi author, when running your code on gg colab, i found a problem about the way you define your funtion at line 1032,
def DNN_model_full(Num_channel, Num_user, Num_weights, Num_layers=4):, the fourth para is equal to 4, can you explain because i encountered a ValueError about this function.
Thank's for your help.

Dear Cvan26,

Num_layers correspond to the number of layer used for DNN structure.

Thank you