fix exp2 pytorch rewrite fatal train issue
This commit is contained in:
@@ -5,13 +5,6 @@ import matplotlib.pyplot as plt
|
||||
|
||||
from train import CNN
|
||||
|
||||
'''
|
||||
python 3.9
|
||||
tensorflow 2.0.0b0
|
||||
pillow(PIL) 4.3.0
|
||||
'''
|
||||
|
||||
|
||||
class Predict(object):
|
||||
def __init__(self):
|
||||
latest = tf.train.latest_checkpoint('./ckpt')
|
||||
|
||||
Reference in New Issue
Block a user