abdul dakkak

Results 31 comments of abdul dakkak

https://junyanz.github.io/CycleGAN/ https://phillipi.github.io/pix2pix/ https://github.com/zackchase/mxnet-the-straight-dope/blob/master/chapter14_generative-adversarial-networks/pixel2pixel.ipynb

create docker images / use toco converter / ...

Yes, we can certainly improve (and will improve) the API for NDBuffer. Thanks @lsh for the suggestion

Yes, we are in the process of auditing the names and making sure they are more closely aligned with Python

sorry, but we do want python naming compatibility in this case. It's unfortunate that python did not follow the snake case convention here

it looks like the way forward is to not pretend that the Mojo testing is compatible with Python testing package and consistently use snake case. I am not against that...

Ah, yes sorry missed that as part of the rename

We need to order this correctly. The first step before this is to enhance the String type to support UTF encoding first. So, we want to tackle that before starting...

We made quite a bit of effort not to expose bitcasts in stdlib (at least readily accessible). Bitcasts are super dangerous and can create issues. There is a way to...

We do not have a Target info to query endieness at the moment, but you can use https://docs.modular.com/mojo/MojoStdlib/Bit.html#bitreverse to reverse bits