XerCis

Results 7 comments of XerCis

> ASAP. Hi, Thank you for your work. Could you please share the weights on ImageNet? Thanks again.

First, Removing them manually will increase workload after auto generate. Second, It will affect the original order of fields.

How to achieve logical deleting by `deleted_at`? Thanks! For example, a user record's `deleted_at` was set. I hope `Product.find_or_fail(id)` will raise sqlalchemy_mixins.ModelNotFoundError.

It will work at tensorflow-gpu==2.1.0. ```shell pip install tensorflow-gpu==2.1.0 ```

Thank you so much! https://dist.mxnet.io/python/cu110/

```shell pip install mxnet-cu110 -f https://dist.mxnet.io/python ``` Doesn't work. But thank you so much.

Install ```shell pip install python-pptx -U ``` Code ```python from pptx.util import Inches from pptx import Presentation from pptx.chart.data import CategoryChartData from pptx.enum.chart import XL_CHART_TYPE, XL_DATA_LABEL_POSITION prs = Presentation() slide...