Austin Welch

Results 148 comments of Austin Welch

+1, also came here seeing if there was a way to use it with .ipynb files

Hi, I've faced this too, any workaround? (I ran using V100 GPUs)

@yangxue0827 I still get this error even with that change: ``` test_cfg=dict( nms_pre=1000, min_bbox_size=0, score_thr=0.05, nms=dict(iou_thr=0.4), max_per_img=2000)) ``` > 2022-08-15 22:09:10,988 - mmrotate - INFO - Epoch [1][50/2357]#011lr: 3.189e-03, eta:...

Hi, I'm far from an expert, but I'd say that, from [this documentation](https://mmdeploy.readthedocs.io/en/latest/03-benchmark/supported_models.html), MMDeploy supports TensorRT exporting for 3 different MMPose models (HRNet, MSPN, LiteHRNet). So I would choose one...

@lvhan028 Thanks for your reply. M1/M2 chip deployment is exciting! Maybe can circle back to this in 2023? I think Inferentia chip adoption and workloads will increase in a very...

@lvhan028 Thanks, I think a lot more information about this specifically will come from the upcoming [AWS Silicon Innovation Day](https://pages.awscloud.com/GLBL-Silicon-Innovation-Day-2022-reg-event.html?sc_icampaign=event_silicon-innovation-day22&sc_ichannel=ha&sc_icontent=awssm-11111_event&sc_iplace=ribbon&trk=d5e54587-4391-40e4-9ea6-601521fad353~ha_awssm-11111_event) event. Here are some currently published [customer success stories](https://aws.amazon.com/ec2/instance-types/inf1/#Customer_Testimonials). There...

Hey, I'm also curious how to do this. I get the following ugly printout when using cloudwatch: ![image](https://user-images.githubusercontent.com/12224358/162828840-ce78618d-7a29-4bd8-941b-02a35abac851.png) It looks like it doesn't support carriage return?

For a little more context, I'll paste below example code for a custom `LightningDataModule`. This datamodule uses DALI and webdataset format. It works fine using pl_bolts object detectors without modification...