Rahul Yedida

Results 21 comments of Rahul Yedida

+1. This would be a massive win for fragmented communities.

Yeah, I was going to suggest multireddits but with (a) option to make them public or private (b) import/export options so that (i) if you have public "multireddits", then I...

Yes, this took me quite a while to figure out. Contrary to what the README suggests, simply calling `.setup()` doesn't seem to suffice; you also need to call `.init()` afterwards:...

@drewboardman Thank you!! Yours was actually super helpful because I got the same errors! Okay so I set the mount point for my main disk as `/`, and set the...

I think I did it :) When running `make`, I get warnings about the use of `binary(...)` (but it successfully builds and tests pass). This is because the `binary` function...

I had the same issue with Python 2.7 as well as Python 3. I believe it should be from util.mar import MAR

They look slightly different to me. AI seems like a lecture on one or two specific things, while analytics seems more broad, looking at se21.

@BeeGass Are you sure your `python3` is an `arm64` binary? I've been bitten by this more times than I care for. Try ```py import platform platform.machine() # should give you...

I want to take a stab at `arctan2` (first-time contributor, so I want to start small). I'm working with the mlx team to see if I can add in the...

I uploaded the [output from the KerasHub model](https://drive.google.com/file/d/1L5kd7mMZWeuRJoREBnxBurX3cWFdlGre/view?usp=sharing), could someone upload a HF version that I can compare and add to the Colab?