인프런 커뮤니티 질문&답변
최적화
작성
·
6
0
안녕하세요! 강의 정말 잘 듣고 있습니당!! 인공지능 연구원을 꿈꾸는 코딩 초보 고등학생입니다!!
코랩에서 파이토치를 이용해 최적화 코딩하는 단계
import torch
import torch.nn as nn
import mlp
import utils
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D에서 자꾸
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-3238716847.py in <cell line: 0>()
2 import torch.nn as nn
3
----> 4 import mlp
5 import utils
6 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'mlp'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------이런 오류가 뜨는데 무슨 문제일까요??ㅠㅠ
답변
답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!





