vinceecws / SegNet_PyTorch

PyTorch implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
58 stars 13 forks source link

Add files via upload #2

Closed nargesthy closed 2 years ago

nargesthy commented 2 years ago

The SegNet_New.py file is revised to create a log file to write the Loss values after training. The log file is then called in the TensorBoard.ipynb to show the loss values at the end of the training phase.

vinceecws commented 2 years ago

Since code structure does not complement the master branch well, rejecting this PR. Will work separately on your branch for any new feature requests.