Thomas Huang

Results 8 comments of Thomas Huang

I think that the closest you can get to doing regression for traditionally classification based tasks is by binning the range of continuous values that you have into uniform size...

You're supposed to run `train_imagenet.sh` to begin training the model. If you look inside `train_imagenet.py` then you can see in lines 14-25 the pre-defined flags with their corresponding descriptions.

For python 3, I found a fix that worked for me on both prints: Change your sorted to `sorted(items, key=operator.itemgetter(1))` and it should sort by values and then print correctly....

Okay I've added a few things - docs, unit test, and ran `make generate`. `make lint-fix` didn't indicate any issues on code changes that I've introduced here. Is there a...

> @thomasjhuang thanks for this amazing contribution. Sorry about this but could you port the docs update to the new repo? https://github.com/unionai/docs I'll take point on updating this repo's `docs`...

> I'm looking at porting a version of this to our fork and one thing I'm looking at is how this affects Flyte scheduler. Flyte scheduler is hardcoded to try...

> Hello, I would like to know if this feature is under development? We really need this feature! We are in progress! Still cleaning up final parts of the RFC...

Work is currently in progress - #6309 6309 . This isn't fully flushed out yet, but not new adds to the RFC, it is mostly following the defined outline in...