triangle
triangle
everyone-can-use-english-after-they-use-mixin 给自个的应用拉人头了,真是好营销啊
如果pip install报错信息是 UnicodeDecodeError: 'gbk' codec can't decode byte 0xa3 in position 83: illegal multibyte sequence 应该是requirements.txt文件编码问题,windows改为ANSI
我安装requirements.txt修改如下,mac intel可以安装。 ``` # main_window wxPython pandas matplotlib backtrader #pyfolio 直接安装会有bug #pip install git+https://github.com/quantopian/pyfolio backtrader_plotting statsmodels quantstats==0.0.59 requests #这是yahoofinance需要 loguru #简化logger的使用 binance-connector #为了用户体验,非必要不引入三方库 #Ta-Lib 需要https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib 从这里下载对应的版本安装 numba # pandas 多序列rolling需要...
@zzzpppy 你这是py2.7啊,我本地人环境是conda py3.9
@z3ugma the same problem. I started to get the nan loss in the 2nd batch of epoch 0. Have you solved it?
I found an interesting thing. On Google Colab, the loss will not change to nan. It seems that there are still differences between Colab and the local notebook.
已收到