Linan Zhang
Linan Zhang
Hi, When I ran the sample code, I encountered the following error > Traceback (most recent call last): File "gcn_LR2_LR_as_nega_big.py", line 75, in model = Model(inputs=[X_in, A_in], outputs=output) File "/Users/zhangl18/opt/anaconda3/envs/tf/lib/python3.7/site-packages/keras/legacy/interfaces.py",...
Hello, I played around with the parameters in [the demo code](https://github.com/Koopman-Laboratory/KoopmanLab/blob/main/demo_ns.py) and got a RuntimeError. When uploading the dataset and building the network, I changed `t_in` and `t_out`: `train_loader, test_loader...