TeamHG-Memex / tensorboard_logger

Log TensorBoard events without touching TensorFlow
MIT License
630 stars 50 forks source link

Not working on jupyter notebook #17

Closed yanaiela closed 7 years ago

yanaiela commented 7 years ago

any idea why? or how to fix? on standard python interpreter on the same machine it works perfectly

lopuhin commented 7 years ago

@yanaiela could you please give more details, what do you see - is there a traceback, or it's not logging silently, or it's logging what you expect?

yanaiela commented 7 years ago

@lopuhin thanks for answering. The thing is, that nothing appears. The tensor board seems to no have gotten the data. Also when running with the python standard interpreter, a folder is created with a log file. When running with jupyter no such folder appear to be created

lopuhin commented 7 years ago

@yanaiela thank for details, I'll try to check it out. Could be either related to auto-reload, if you have it enabled, or with a different current directory. If you have time, could you also try:

yanaiela commented 7 years ago

Passing an absolute path through the configure function worked! thanks