Austin Welch
Austin Welch
Hi, with recent versions of matplotlib, `ExperimentResult.plot()` gives me the warning: > WARNING:matplotlib.legend:No artists with labels found to put in legend. Note that artists whose label start with an underscore...
Hi, I'm trying to run this on EC2, so I modified `demo.py` to remove `im.show` and `im.waitKey`. When running `python demo_no_output.py tracking,ddd --load_model ../models/nuScenes_3Dtracking.pth --dataset nuscenes --pre_hm --track_thresh 0.1 --demo...
Checklist - [X] I've prepended issue tag with type of change: [bug] - [X] (If applicable) I've attached the script to reproduce the bug - [X] (If applicable) I've documented...
#### Checklist - [X] I've prepended issue tag with type of change: [bug] - [X] (If applicable) I've attached the script to reproduce the bug - [X] (If applicable) I've...
Hi, do you happen to remember what accuracy you achieved with efficientnet?
Hi, I really wish I could use `TensorBoardOutputConfig` when my SageMaker Estimator instance type is `local` or `local_gpu`. This could be accomplished by either or both of: - Enabling streaming...
Hi, I'm training with sagemaker using a custom docker image I created by extending the pytorch 1.6 training image with additional ssh settings for Horovod. I'm also using a custom...
Hi, I'm able to run the first tutorial example in an AWS SageMaker notebook by modifying `show_app` and `app` as follows: ```python def show_app(app, port = 8000, width = 800,...
Hi, I'm trying to get cadene models working with fastai 1.0, but it seems there's no longer a ConvLearner. I've got some models working with create_cnn, but others fail. For...
Hi, I've followed along with your Medium article successfully. I've also done this sagemaker tutorial: [tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb](https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb). The format required to send an image to the TF Serving RESTful endpoint in...