Raman-Lab-UCLA / Multiclass_Metasurface_InverseDesign

Here, we use a conditional deep convolutional generative adversarial network (cDCGAN) to inverse design across multiple classes of metasurfaces. Reference: https://onlinelibrary.wiley.com/doi/10.1002/adom.202100548
133 stars 32 forks source link

Problem with DCGAN_Predict.py #3

Closed Q-Wizard closed 1 year ago

Q-Wizard commented 1 year ago

I am not able to run DCGAN_Predict

The problem is in line 174: props = compare(i, 1, 0, results_folder, netGDir, spectra_path)

The error is: Screenshot 2023-02-21 120629

Can anyone tell me what seems to be the problem?