Trevor Thackston
Trevor Thackston
I noticed a couple of potential issues which might be hard to debug, for people using RemoteAddr() functions. 1. It does not seem to me that this comparison in `context.go`...
I was experiencing some slowness in my forward function, so I tried using the experimental visualization tool to debug it. One part of it in particular stuck out: ![Screenshot at...
Reproduceable by calling `order_target_percent(...)` in an algorithm's `before_trading_start()` function. Not really an expected use case, but current() could be hit from other functions as well. Stack trace: ``` Traceback (most...
I was able to get the full-size parameter set working locally on my personal dev machine (16 samples on a RTX 3090,) but I had to disable mixed precision and...
Unless I'm missing something, the fine-tuning instructions in the readme do not work. In train.py: ``` iteration = checkpoint_dict['iteration'] ... if len(ignore_layers) > 0: ... else: optimizer.load_state_dict(checkpoint_dict['optimizer']) ``` Hacking around...
With the incoming changes to enable searching, there are a few changes that should be made later on. - Improve the code quality of the javascript. - Add character-by-character search....
With the new code blocks, users currently have to click the language they want to see each time. It's likely that users are interested in seeing the same language all...