Open command-paul opened 6 years ago
from::
from tensorflow.contrib.rnn.python.ops import core_rnn
to::
import tensorflow.contrib.rnn as core_rnn
In tsc_main .py , from::
from tsc_model import Model,sample_batch,load_data,check_test
from tsc_model import Model,sample_batch,load_data
in tsc_model.py
from::
to::
No check_test in model.py
In tsc_main .py , from::
to::
Some Datasets like ECG200 have Negative class labels which makes the softmax classifier fail.