Trevor Morris

Results 27 comments of Trevor Morris

Hi @seanpmorgan, thanks for the response and for sharing the TF/addons repostiory. Looks like there is also one more PR for cuda 11. https://github.com/tensorflow/addons/pull/1950 Will this repository also be updated...

Hi @MCE-KobyBo Sagemaker training stores the actual Mxnet model (`*-symbol.json` and `*.params`) in a non-standard way by zipping them into the `model_algo-1` file - which is actually a zip file...

Thanks for the response! It appears that sagemaker builtin models does not have a consistent format. While unzipping the model_algo-1 file worked for other Sagemaker builtin models such as LinearLearner,...

@ddunl It seems like perhaps the lit configs need to be updated in order to run the XLA tests via TF? I see a few hardcoded paths like this: https://github.com/tensorflow/tensorflow/blob/fc347ca5597a0a2a58d4f0f344d1210afede2cc5/third_party/xla/xla/glob_lit_test.bzl#L54

> I see, I think that I probably deleted the transformations that kept this working as these aren't tested on CI anymore from the TF point of view, but I'll...

HI @ddunl, wondering if you had a chance to take a look at this issue yet. Thanks!

@ddunl I managed to get these working with a combination of: 1. My changes here https://github.com/trevor-m/tensorflow/commit/c2fabfcb0e67df4f269483f61f1a443b853dded7 Looks like there are a few paths that need to be modified to reflect...

Hi luicho21, it sounds like your whole dataset is being loaded into memory over and over. you will probably have to adjust the input pipeline a bit more to use...

As far as I know, the paper doesn’t give any justification for the larger kernel sizes. I would be surprised if it actually helped much. If you decide to experiment...

This error happened to me when there was a corrupted or invalid image in the dataset. I would create a simple script to iterate over your dataset and try to...