Larry

Results 24 comments of Larry

Hi Sebastien, do you have any update one the issue regarding `epsilon_std`? I am trying to implement the same model in PyTorch and encountered the save problem. If I set...

@allenallen1037 That makes a lot of sense! Please let me know if you get any results. Thanks

**UPDATE:** Try HTTPS! Camera permission may only be available with HTTPS and not HTTP. Same, the demo gives the error > undefined is not an object (evaluating 'navigator.mediaDevices.getUserMedia') I suspect...

> nice! I think adding the log level and log format would be great too it turns out that log level/format are parameters for Tendermint (the "server"). the params in...

> See my comment in the main issue. I think we should be extra careful about this. If we're gonna go with this approach, we should at least figure out...

on a separate topic: this PR breaks a test related to rosetta: https://github.com/cosmos/cosmos-sdk/runs/7514388710 i have very limited knowledge on what rosetta is and how it works. the test is also...

> @larry0x yes, that sounds reasonable to me! > > Re; rosetta failure, it seems like it can't read the client.toml -- perhaps it's a bug in the implementation and...

> `make rosetta-data`, yup! actually, `make rosetta-data` doesn't work: https://github.com/cosmos/cosmos-sdk/issues/12772 here's what i know: * my branch is forked from main at the commit https://github.com/cosmos/cosmos-sdk/commit/5decd22cd3a9259bbae151e1e283ab756c4323c7 which was 3 days ago....

> @larry0x is there anything you need from us to complete this? i need to think about what @alexanderbez suggested previously (about the precedence between env var, config file, and...

i actually don't like this idea. the precise gas amount can be a useful data for debugging in some cases. forcibly setting `gas_used = gas_wanted + 1` basically discards this...