machine-learning-engineering-for-production-public icon indicating copy to clipboard operation
machine-learning-engineering-for-production-public copied to clipboard

Public repo for DeepLearning.AI MLEP Specialization

Results 31 machine-learning-engineering-for-production-public issues
Sort by recently updated
recently updated
newest added

I ran into a issue cloning the repository on my Windows machine due to the very lengthy filepaths in the repository. The longest filepath in the repository is: `machine-learning-engineering-for-production-public/course4/week2-ungraded-labs/C4_W2_Lab_2_Intro_to_Kubernetes/saved_model_half_plus_two_cpu/00000123/variables/variables.data-00000-of-00001` which...

OSError: [Errno 28] No space left on device: '/home/jovyan/.local'

Upon installing VirtualBox (or upgrading virtual box) there was a very slight hint to restart by prompting a user to go to preferences to check it out. It wasn't until...

While following instructions after launching the Jupiter lab, I noticed that kernel was missing. The default kernel named "Python" could not be launched due to an exception regarding distutils. Traceback...

You need to add the following line in the requirements.txt file to successfully run this lab in Conda virtual env. protobuf ~=3.19.0

The problem When i run command from wsl- terminal docker run --rm -p 80:80 mlepc4w2-ugl:no-batch it basically run and stop taking cURL commands , so need to open some other...

Hi all, i'm trying to import cvlib on my Jupyter Notebook but I got this error: I'm on a Mac M1 chip. Any idea of this issue?

In the docker [method instruction](https://github.com/https-deeplearning-ai/machine-learning-engineering-for-production-public/blob/main/course1/week1-ungraded-lab/README.md), it is suggested to use `http://localhost:8888/` to open the notebook. Instead `http://localhost:8888/lab` could be used for consistency between two methods.