AbdAlRahman-Odeh-99

Results 8 comments of AbdAlRahman-Odeh-99

Hello and thanks for your response,, - The models are pre-trained models (vgg16, renset50, densenet121 and inceptionv3). - I used them in a previous project and they work well. The...

Here is what the console shows. ![Screenshot from 2022-08-08 06-08-31](https://user-images.githubusercontent.com/66207782/183330693-b4466a94-5ffc-493f-8084-8286865486c2.png) ![Screenshot from 2022-08-08 06-08-40](https://user-images.githubusercontent.com/66207782/183330694-d2cb003a-caae-4185-82d1-f3e180021a56.png)

Come to think of it, the metaflow-service always kept giving me permission denied error. My installation was through: git clone https://github.com/Netflix/metaflow-service.git && cd metaflow-service docker-compose -f docker-compose.development.yml up ![Screenshot from...

Thanks @obgibson, this fixed the issue of permission denied, but now there is anew issue with the metaflow backend server. I have removed and r-installed the metaflow-service folder but still...

@obgibson Any update regarding this issue ?

Hello @obgibson, I have restarted the installation process, here are the steps that I have done: 1- git clone https://github.com/Netflix/metaflow-service.git 2- cd metaflow-service 3- pip3 install ./ 4- python3 -m...

@obgibson Unfortunately, I had no luck solving this yet, and yes I think it is a problem with Postgres. Is there a way to run it using an alternative Database...

@obgibson @jaeyow Thank you for your support. Running the following steps solved it for me: ``` git clone https://github.com/Netflix/metaflow-service.git && cd metaflow-service docker-compose -f docker-compose.development.yml build docker-compose -f docker-compose.development.yml up...