Running Labs and Assignments locally

Hi dl.ai team and learners,

I completed several specialisations from deeplearning.ai more than 6 months ago, for which I earned certificates, but I cannot access their labs and assignments on the platform. While I had downloaded them locally, I unfortunately did not save the requirements.txt file. Now, I have the latest version of Python installed, which does not support the packages used inside the labs and assignments. Please share versions of Python and TensorFlow that are working for you.

Thanks & regards,

Kaleem

I am not sure anyone is legally allowed to share these files with you.

Also as per my understanding if a person has downloaded the files locally then you should pretty well have requirement.txt.file if it was provided and it is a direct violation of Code of conduct to ask any files from specialisation you no longer have access.

So next time make sure when you take up a course, downloads files appropriately and avoid asking any graded assignment files especially after completing the course.

1 Like

I want to get at least Python and TensorFlow versions. I did not ask about any code file.

I can’t find any requirements.txt file in the materials downloaded locally after completing the specialization. I have not asked about any programming questions or files. I only asked about the versions of Python and its packages.

If you want to know the Python and TensorFlow versions, you can add a code cell and run this command in it:

! python --version
print(tf.__version__)
1 Like

If you need to make a requirements.txt file, do this in a code cell:
!pip freeze > requirements.txt

Unfortunately I do not have access to the NLP courses, so I can’t provide it for you.

1 Like

requirement.txt file is not there with the course you are enquiring. please use the suggestion other mentor has suggested you here.

Hi TMosh,

Thanks a lot!

Unfortunately, in my case, I cannot access the labs and programming assignments anymore as I have completed the specializations over 6 months ago.