StefanoFioravanzo
StefanoFioravanzo
I am using Django Knox for token based authentication. So I perform authentication by retrieving a token using the `/login` API. Before testing `django-role-permissions` I made sure that token authentication...
@filipeximenes I think I might have some wrong configuration. I tried the _Quick Start_ guides from the docs with the same roles defined there (Doctor and Nurse) and I always...
@filipeximenes Yes, that user was indeed `superuser`. My bad, while trying out different options to make django roles work I checked the `superuser` flag and then forgot to remove it....
Hey @filipeximenes , just tried replacing `viewsets.ReadOnlyModelViewSet` with `generics.ListAPIView` but I get the same behavior
Hi @OnTheRicky , in order to access data in our pipeline steps you need to mounts a pvc in the pipelines steps. Have you tried using the Volumes form of...
Hi @achal-wwt sorry for replying so late. Could you please provide the simplest, self-contained snippet to create a similar Tensorflow estimator, so that I can try this myself and reproduce?
Hi @anneum did using numpy > 1.17 solve the issue?
@anneum I just tested with numpy 1.19.5 and pickling worked fine. Can you confirm your Numpy version with a `pip3 freeze`?
@anneum can you provide the exact code or notebook you are using to create the pipeline? I'd like to try reproduce this exactly. It would be great if you could...
@anneum could also provide the CSV file you are using? I tried to reproduce this with a very simple CSV with numbers, but everything is fine. I guess you are...