Xiaoyong Pan
Xiaoyong Pan
First, please install the software dependecy as the readme. model.add(Dense(2, input_shape=(total_hid,))) is the fully connected layer to the output layer. ideep was developed in 2016, i have no idea the...
thanks. I changed the the GCN model return F.sigmoid(x) and replace the loss function F.nll_loss using loss_train = F.binary_cross_entropy(output[idx_train], labels[idx_train]). is my change correct?
Bidirectional RNN also gives me the same error, Is the seya ready for keras-1 now? Thanks
is this issue solved? this error also happens when I ran the code.