This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from tensorboard.plugins import projector | |
import math | |
from django.conf import settings | |
log_dir='/logs/abcd/' | |
if not os.path.exists(log_dir): | |
os.makedirs(log_dir) | |
# Save Labels separately on a line-by-line manner. |