Ryan

Results 8 issues of Ryan

When running an experiment in poetry, the following occurs: ``` Traceback (most recent call last): File "main.py", line 25, in ex = Experiment('experiment-name') File "/home/user/.cache/pypoetry/virtualenvs/project-py3.7/lib/python3.7/site-packages/sacred/experiment.py", line 80, in __init__ _caller_globals=caller_globals)...

bug

Is there a way to log multidimensional data ( i.e correlation tables, intermediate tensors, etc) instead of just scalars?

feature

Much nicer solution than dumping a bunch of json files.

HCC version: ``` $ hcc --version HCC clang version 8.0.0 (ssh://gerritgit/compute/ec/hcc-tot/clang 6ec3c61e09fbb60373eaf5a40021eb862363ba2c) (ssh://gerritgit/lightning/ec/llvm ab3b88ffc2ae50f55361a49aec89f6e95d9d0ec4) (based on HCC 1.3.18482-757fb49-6ec3c61-ab3b88f ) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/rocm/bin ``` I am using...

What it says on the tin.

Rather than just delete the entire transactions table (which also destroys any existing data), it should ignore any duplicate entries. This is especially useful if you have partial data and...

It would give a better feel as to which transactions were pending and which ones will never confirm.