You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I trained the regression network from small samples to large samples according to the suggestions in the readme, but when I trained 10,000 samples, the loss value increased instead of decreasing. Could you please tell me the specific steps of training the regression network, thank you very much!
Issue with Missing
.pkl
Files for EMLightHi,
I’m encountering an issue with the EMLight project when trying to run the
test.py
script in theGenProjector
folder. The following error is raised:FileNotFoundError: [Errno 2] No such file or directory: '/home/fangneng.zfn/datasets/LavalIndoor/nips/pkl/'
I understand that the
pkl
directory should contain.pkl
files necessary for the model to work, but it’s unclear how to obtain or generate these files.What I’ve Done So Far
RegressionNetwork/checkpoints
folder.dataroot
to a folder containing my own images, but the.pkl
files seem essential for the script to run.distribution_representation.py
, but I couldn’t figure out how to use it to generate these files.Questions
.pkl
files in/nips/pkl/
contain?.pkl
files are not necessary to test the pre-trained model, how can I bypass this requirement?Context
/Users/adam/Desktop/test.png
Thank You!
Thank you very much for your help!
I’m happy to provide more details if needed. 😊
The text was updated successfully, but these errors were encountered: