Yuanpu Xie

Results 6 issues of Yuanpu Xie

Hi, thanks for this project. I have a question about the optimizer, Is it enough to simply use the original optimizer provided by pytorch? Before opt.step(). if we simply do...

Error. from the following from arac.pybrainbridge import _RecurrentNetwork, _FeedForwardNetwork But I can import arac without any problems.

Thanks for posting the code. I have one question relating to one sentence in the paper. ' the gradient DELTA_θ (maxφ fφ ◦ gθ) has to be bounded, which can...

``` data0 = DataFactory(dataname='SPY', historical=True, fromdate=datetime(2023, 2, 24, 9, 30, 0), todate=datetime(2023, 2, 25, 16, 0, 0), timeframe=bt.TimeFrame.Minutes, tz=global_tz, compression=5) cerebro = bt.Cerebro() cerebro.adddata(data0) data0.getfeed() data0.start() def print_data(datafeed, num_print=10): dd...

Suppose the sequence are organized as a grid (2D) rather than a line. and each node recieve from it's predecessors in both row ,column and diagnal directions. The following is...