mmehrle
mmehrle
Hi Dmitry, I was working with the latest release of your Hurst Exponent implementation (https://pypi.org/project/hurst/) and am seeing a bit of strangeness. Specifically my crypto price series seems to be...
I have a comprehensive script that prints a lot of information about each exchange. However one piece of information I am missing are the order types per exchange. Specifically I...
This should help with recurring questions.
added isinstance in line 68 in order to prevent an empty file to be loaded. still does not fix the underlying issue however that the order does not properly get...
The summary says that the layer is being created with a sigmoid function but then creates it with a hyperbolic tangent function. Am I missing something here or is this...
Since your Finviz data list seems to behave differently than a regular python list I am running into issues just printing a list of tickers based on a request. This...
I am pulling the live funding rate for perpetual futures as such: ` import ccxt exchange = ccxt.ftx({'enableRateLimit': True}) result = exchange.fetch_funding_rate(symbol) ` Here's example output for BTC-PERP, ETH-PERP, and...
I've used 'clone-your-own-voice-tortoise-tts.ipynb' and followed more recent instructions to generate a full script via Google Colab. Works pretty well actually. EXCEPT one issue: I've trained a model with a clear...
Just downloaded the new notebook, so I'm up to date. This error seems to be happening with 1.5 as well SDXL: Startup time: 204.0s (launcher: 0.8s, import torch: 17.5s, import...
This keeps happening on Google Colab when attempting to pre-load a model:  Also happens when I run it via temp storage: 2023-09-02 14:29:58,614 - ControlNet - INFO - ControlNet...