Luna Lux Fredenslund
Luna Lux Fredenslund
I'm running the code from the example [here](https://github.com/xeroc/piston-lib/blob/master/examples/blockchain.py) ``` from steem.blockchain import Blockchain # parse only payments from specific datetime until now b = Blockchain() history = b.replay( start_block=b.get_block_from_time("2017-03-01T00:00:00"), end_block=b.get_current_block(),...
Is there an option to ignore the error that arises when connecting to a Jupyter server that uses a self-signed certificate?
When I open Gaia on MacOS using XQuartz 2.8.1 as X Window System, I get an error related to `X_OpenFont`. ```sh ~ gaia & [1] 81329 GAIA_DIR = /Users/kasperfred/star-2018A/bin/gaia ~...
Hello, Excellent work! I'm trying to adapt it to another dataset, but I am struggling to find out how to load pretrained weights. Specifically, I'm looking at the fully fined-tuned...