bdzyubak / tensorflow-sandbox

A repository for studying applications of Deep Learning across fields, and demonstrating samples of my code and project managment
0 stars 0 forks source link

Cell Segmentation - UNET model output is in floating location #6

Closed bdzyubak closed 2 years ago

bdzyubak commented 2 years ago

Currently, the trained model and training log will be deposited in a "files" directory without absolute path. This can cause the location to float depending on which directory the train.py code was called from, and the settings of the IDE.

Fix by binding the output location to be derived from the location of the train.py file.

bdzyubak commented 2 years ago

Fixed in: bc1134a1b9d6dec2f17c5f5dae8156cace7e3550