안녕하세요 강의 잘 듣고 있습니다. 어플이 열리지 않아서 오류를 보니, side-by-side-NDK ~이런 내용이 있어서 NDK 설치해주고 build.gradle(Module:app)에 compileSdkVersion 29 android.ndkVersion "21.3.6528147" 이렇게 import 하고 sync도 해서 Build할때는 아무 문제 없다가 어플만 열면 안열어집니다.;; 어떻게 해야 할까요;;;
집합(Set) 강의 마지막에 리스트에도 clear() 메소드를 적용할 수 있다고 예시를 보여주셨는데요. 따라하다가 이해가 안 되는 부분이 있어 질문드립니다! print(a.clear()) 라고 하면 결과가 'None'이 나오고 a.clear() 하고 print(a) 하면 [] 가 나옵니다. 어떤 차이가 있는 걸까요?! a = [1, 2, 3] print(a.clear()) # 이렇게 하면 결과가 'None'이 나옴 a = [1, 2, 3] a.clear() print(a) # 이렇게 하면 결과가 [] (빈 리스트)가 나옴
학습이 너무 빨리 끝나서 확인해 봤더니 100번만 학습하고, weight 파일을 열지 못했습니다. 100: 348.003265, 435.162811 avg loss, 0.000000 rate, 5.142107 seconds, 3200 images Saving weights to backup/custom-train-yolo_last.weights Couldn't open file: backup/custom-train-yolo_last.weights cfg 파일의 maxbatch가 4000인데도 100번만 학습하는데 추가로 수정할 부분이 있을까요. 그리고 구글 드라이브 폴더로 이동했는데 %cd /content/gdrive/My Drive/darknet/backup %ls weight 파일이 저장되어 있지 않습니다.
안녕하세요 강의 잘 듣고 있습니다. 10강 npm install bcrypt --save 설치 시 오류가 발생합니다. 해결 방법 가르쳐 주시면 감사겠습니다. > node-addon-api@3.0.0 install C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api > node-gyp rebuild C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api>if not defined npm_config_node_gyp (node "C:\Users\admin\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "/path/to/executable/python", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:482:19) gyp ERR! stack at PythonFinder.<anonymous> (C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16) gyp ERR! stack at C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29 gyp ERR! stack at FSReqCallback.oncomplete (fs.js:167:21) gyp ERR! System Windows_NT 10.0.18362 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\admin\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api gyp ERR! node -v v12.17.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN boilerplate@1.0.0 No description npm WARN boilerplate@1.0.0 No repository field. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-addon-api@3.0.0 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-addon-api@3.0.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\admin\AppData\Roaming\npm-cache\_logs\2020-06-14T15_10_34_551Z-debug.log
YOLO 강의를 다시 보고 있습니다. 제공해주신 사과 이미지로 콜랩에 트레이닝을 시작했습니다. 강의에서는 6시간 정도 걸리는데 세션이 끊기지 않게 관리가 필요하다고 하셨는데요. 90분 단위로 (그보다 더 짧게) 크롬 브라우저의 해당 페이지를 움직여줘야 할까요. 혹시 세션이 끊어지면 다시 연결해서 사용해도 되는지도 함께 문의 드립니다. 좋은 강의 감사드립니다. :)
dt_clf=DecisionTreeClassifier() score=cross_val_score(dt_clf,X,y,cv=5) 로 돌리고 결과가 궁금한 데이터를 갖고 와서 돌리면 pred=dt_clf.predict(b) 라고 돌리면 NotFittedError : This DecisionTreeClassifier instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator. 이런 에러가 호출되더라구요 cross val score가 핏 프레딕트 kfold가 한번에 되는거라고 하셨는데 새로운 데이터를 학습시킨것에 적용해보려면 fit으로 한번 더 돌려야 하는건가요?
안녕하세요 게임오브젝트를 비활성화 시켜도 Awake() 안에있는 Init()은 실행된다는 것은 이해했는데요 14분 44초에서 부모 클래스 BaseScene.cs에서 Init()을 실행했는데 어떻게 자식클래스 GameScene.cs의 Init()까지 실행이되는건지 잘 이해가 안됩니다. 제 생각으로는 자식클래스에서 어떤 메서드를 오버라이드했더라도 부모클래스에서 그 메서드를 실행하면 부모클래스의 메서드만 실행될거같은데 유니티에서만 가능한건가요?
There was an error while sending the e-mail. Is WebWolf running? I/O error on POST request for "http://localhost:9090/mail": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect 이런식으로 오류가 나는데, webwolf와 webgoat는 정상적으로 켜져 있습니다. 포트도 문제없이 8080과 9090으로 잘 접속해있습니다. --server.address=ip주소 방식으로 접속했습니다.
지난번 문의했던 문제 말씀해주신대로 천천히 해보니 해결됐습니다 감사합니다! 또 질문이 있는데요,ㅎㅎ 1. 포트넘버를 5000으로 수정했는데도 npm run dev 실행시 계속 localhost:3000 으로 접속되는 이유는 무엇인가요? 2. 마지막 강의에서 login을 했다가 다시 logout을 한 상태에서, landing page 로 이동하면 로그인 버튼이 아니라 로그아웃 버튼이 뜨는데 이것은 어떻게 해결해야하나요??ㅠㅠ