NOTE: SKILLBADGE ERROR SYSTEM!!!

The lab is very simple, just run each cell, but it's currently having errors. Is anyone having the same problem as me?

Admin please checks!!!

The first cell is faulty, causing the cells below to fail.

I have looked at many videos and none have worked.

I emailed support but they said the lab is fine.

Capture.JPG

 

 

 

Solved Solved
0 4 236
1 ACCEPTED SOLUTION

I fixed this by replacing the code

Replace 

import numpy as np
from scipy import misc
i = misc.ascent()

with

!pip install scikit-image
from skimage import data
i = data.camera()

Then run the notebook and see if that fixes your issue

View solution in original post

4 REPLIES 4

practice still error
I did the operation in the tutorial
my video recorded
https://drive.google.com/file/d/1btuKx1O7FTKIp6A1b-wkIraJLg1UhI8U/view?usp=sharing

I think this is the reason as they are not able to check that you are using scripts and doing labs faster than manually. Hope you can understand and good luck for the swags and not learning.Screenshot 2025-02-16 155235.png

I'm not like you. I'm a badge hunter; I can earn a lot of badges by earning skill badges. That makes me excited, I don't care much about arcade
https://www.credly.com/users/do-tien--dung

I fixed this by replacing the code

Replace 

import numpy as np
from scipy import misc
i = misc.ascent()

with

!pip install scikit-image
from skimage import data
i = data.camera()

Then run the notebook and see if that fixes your issue

Top Labels in this Space