Leif Hancox-Li

Results 4 comments of Leif Hancox-Li

Can you confirm whether Randomization and Complexity are the only metrics that support tabular data, or are there any others that also do?

Same for me. I had to add a `packages` section in `tools.poetry` in `pyproject.toml` for one build to work. But another project which uses submodules is failing to import modules...

my project structure is: +--`project_name` | +-- `pyproject.toml` | +-- `src` (where all the modules to be installed are) Previously in `pyproject.toml` I did not have a `packages` section in...

I have the same error on macOS 13.4.1 trying to run the [mnist example](https://github.com/tinygrad/tinygrad/blob/master/examples/mnist_gan.py). ``` Traceback (most recent call last): File "/Users/leif-hancox-li/tinygrad/examples/mnist_gan.py", line 98, in loss_d += train_discriminator(optim_d, data_real, data_fake)...