Ted Wong

Results 8 issues of Ted Wong

Asian geometric average option is priced by an adjusted Black-Scholes because the underlying is a log-normal distributed. Thus, we should be able to output the greeks, such as, delta and...

Running on Keras 1.0 docker (gw000/keras:1.2.2) running Tensorflow 1.0. I'm getting: ValueError: Negative dimension size caused by subtracting 3 from 2 for 'MaxPool' (op: 'MaxPool') with input shapes: [?,2,112,96].

I can't seem to find the rollout step in uct.py. Does this demo implement the rollout strategy?

I want to deploy a few open source models with the chat UI. I started a simple model with: ``` model=tiiuae/falcon-7b-instruct volume=$PWD/data # share a volume with the Docker container...

static inline unsigned lsb(uint64_t b) { return __builtin_ctzll(b); }