Skip to content

Commit

Permalink
Update nnom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
majianjia committed Jun 10, 2020
1 parent 0590840 commit ec53a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nnom.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
2019-02-05 Jianjia Ma The first version
'''

from sklearn import metrics
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.keras import *
from tensorflow.keras.layers import *
from sklearn import metrics
from fully_connected_opt_weight_generation import *
from gen_config import *
import scipy.stats
Expand Down

0 comments on commit ec53a4c

Please sign in to comment.