codeaway23 / MLPNAS

MLPNAS code for Paperspace series on Neural Architecture Search
22 stars 12 forks source link

Problem in finding LOG file #1

Open faridabdolhosseinpour opened 1 year ago

faridabdolhosseinpour commented 1 year ago

for (https://github.com/kurosh90/MLPNAS_Pytorch/tree/master/Pytorch) Hi. I really appreciate for your code. I've tried a couple times to run the code .There is a 'LOG' file in mplnas.py and utils.py implementation (in utils.py line 32 to 53 logging part and in mlpnas.py line 30).unfortunately I couldn't find the source or directory of this file. what can I do to run completely the code? Best Regards. Thanks

codeaway23 commented 1 year ago

I think you are referring to the LOGS directory. It's in the repository root folder. if it isn't there for you, you can simply create one or modify the code to check for its existence and create one accordingly.