John Alberg
John Alberg
port it! On Fri, Jun 21, 2019 at 11:38 PM Derek Snow wrote: > — > You are receiving this because you are subscribed to this thread. > Reply to...
This can be done within models/deep_rnn_model.py. Or, maybe copy it and make a new model type. At any rate, if you look at lines 139-142: ``` if config.data_scaler is not...
Actually, `self._outputs` is already a list of tensors containing the outputs so there is no need to create the `output_seq` list as I did above. But also there is an...
Yes, you will need to adapt predict.py to handle lists of predictions.
use the deep-quant repo & download_data.py On Sun, Jan 20, 2019 at 6:09 AM singhalnus wrote: > — > You are receiving this because you are subscribed to this thread....