melissa135 / Convolutional_AutoEncoder

A convolutional auto-encoder for compressing time sequence data of stocks.
12 stars 5 forks source link

In 'read_files.py', temp is not defined. #2

Open fanfoxle opened 4 years ago

fanfoxle commented 4 years ago

\Convolutional_AutoEncoder-master\sample_set.py", line 24, in read_files temp.append(df['price_change'][i]) UnboundLocalError: local variable 'temp' referenced before assignment

fanfoxle commented 4 years ago

image