Learn practical skills, build real-world projects, and advance your career
import torch
t1 = torch.tensor(4.)
t1
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-1-c818a50a7116> in <module> ----> 1 t1 = torch.tensor(4.) 2 t1 NameError: name 'torch' is not defined
immport jovian
jovian.commit(project='03-logistic-regression-live')
[jovian] Attempting to save notebook..