ImperialCollegeLondon / recode-perceptions

Convolutional Neural Networks exemplar for ReCoDE
https://imperialcollegelondon.github.io/recode-perceptions/
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

logging ouput for tests + writing to file #11

Closed emilymuller1991 closed 2 years ago

emilymuller1991 commented 2 years ago

close #10

Hi Adrian, I have used the logger and included a section which writes output to file for keeping track of runs.

I encountered a problem with model imports and as such have had to add path. Similarly, when I call Path(file).parent for train_model.py I only get deep_cnn and not the full path name. I don't know why this is.