Skip to content

Commit

Permalink
fix: remove unrequired declaration (tensorboard -> tensorflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
arabian9ts committed Nov 8, 2017
1 parent 2bb8e7c commit 70dff55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python3.6.1
## Usage ##
1. Import required modules
```
import tensorboard as tf
import tensorflow as tf
import numpy as np
from util.util import *
Expand Down
2 changes: 1 addition & 1 deletion model/SSD300.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author: arabian9ts
"""

import tensorboard as tf
import tensorflow as tf
import numpy as np

from model.ssd import *
Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cv2
import sys
import datetime
import tensorboard as tf
import tensorflow as tf
import numpy as np
import pickle
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 70dff55

Please sign in to comment.