Skip to content

Commit 73b3aba

Browse files
committed
reformatting
1 parent 6dfe20f commit 73b3aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mnist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from datetime import datetime
22
from pathlib import Path
33

4-
import tcn
5-
from tensorflow.keras.callbacks import TensorBoard
6-
import numpy as np
74
import tensorflow as tf
85
from tensorflow.keras import losses, metrics
6+
from tensorflow.keras.callbacks import TensorBoard
7+
8+
import tcn
99

1010

1111
def load_dataset():

0 commit comments

Comments
 (0)