Open iqbalkaleem opened 3 years ago
Hi iqbalkaleem,
thank you very much. Indeed, PINNs are a very exciting research field.
In epochs.csv, the number of epochs for all neural networks are stored. This line serves to reload the saved numbers because DeepXDE stores a neural network with file name that contains the number of epochs.
You have two options to solve this issue:
Hi, marius hope you are fine. Very nice work done by you and your group. When I try to run your code the following error occurs "epochs_source = np.loadtxt("E:\kaleem\TL-PINNs-main\TL-PINNs-main\3 - Kovasznay Flow\Source/Neural_Networks", dtype = 'int32', delimiter = ',')" not found. This is my code downloads directory. Your actual directory or statement is "epochs_source = np.loadtxt("Neural_Networks/epochs.csv", dtype = 'int32', delimiter = ',')" but shows the same error. So kindly guide me how to adjust or remove this error.