Anthony Monthe

Results 56 comments of Anthony Monthe

Perso I use a `Filterset` for filtering: ```` class Query(object): provider_app = DjangoFilterPaginateListField( AppointmentType, filterset_class=filtersets.AppointmentFilterSet, pagination=LimitOffsetGraphqlPagination(default_limit=100) ) ```

@JINDALG I'm absolutely not owner of this project

@rgal Yes I added the logging. The CPU is use from `evalutate_episode`, I guess in `choose_action`, the np.reshape starts the GPU avoidance.

@WillNilges I agree with both @pkkid and @Archmonger dumpdata/loaddata could be just an additionnal DB types in dbbackup.

@Kami Yes I failed too. I'm really sorry to this branch like this. Let me try to find a solution during the next week.