mac M1칩 관련 이슈 

 

 

1. https://github.com/tensorflow/tensorflow/issues/46178

 

Apple M1 chip - illegal hardware instruction · Issue #46178 · tensorflow/tensorflow

System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS Big Sur 11.0.1 TensorFlow installed from (source or binary): https://www.tensorflow.org/install/pip TensorFlow vers...

github.com

 

2. https://wooogy-egg.tistory.com/65

 

M1 맥북에 tensorflow 설치

현재 상황 나는 교내에서 '인공지능' 수업을 들으며 무지와 무이해 속에서 헤엄치는 중이다. 델타 규칙, 경사하강법 까지는 어찌저찌 따라갈만 했지만, 이번주에 mnist 파트에 들어오고 나서부터

wooogy-egg.tistory.com

 

3. https://github.com/apple/tensorflow_macos/releases

 

Releases · apple/tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework. - apple/tensorflow_macos

github.com

 

4. https://velog.io/@uni1023/M1-Mac-conda-miniforge

 

M1 Conda Miniforge3 세팅하기(vscode)

📌 M1 Mac을 구매하셨나요? Hoxy.. M1 구매하셨나요? Hoxy.. 개발자 이신가요? Hoxy.. tensorflow가 필요하신가요? Hoxy.. 시간 되시면 저를 따라오세요 🐰

velog.io

 

'2024이전 > 3_2sw대전 프로젝트' 카테고리의 다른 글

nodejs에서 Python을 실행하는 방법  (0) 2022.11.29

nodejs 벡엔드에서 Python (Script) 함수 실행하는 방법

자식프로세스를 생성한 후 .py 를 실행 함. 

 

mac에서는 python3로 해야한다. 

 

1.  http://daplus.net/python-node-js%EC%97%90%EC%84%9C-python-%ED%95%A8%EC%88%98%EB%A5%BC-%ED%98%B8%EC%B6%9C%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/

 

[python] Node.js에서 Python 함수를 호출하는 방법 - 리뷰나라

Express Node.js 응용 프로그램이 있지만 Python에서 사용할 기계 학습 알고리즘도 있습니다. 기계 학습 라이브러리의 강력한 기능을 활용하기 위해 Node.js 애플리케이션에서 Python 함수를 호출 할 수있

daplus.net

 

2. child_process.spawn

 

https://nodejs.sideeffect.kr/docs/v0.8.15/api/child_process.html#child_process_child_process_spawn_command_args_options

 

Child Process Node.js v0.8.15 Manual & Documentation

Child Process# Stability: 3 - Stable Node provides a tri-directional popen(3) facility through the child_process module. It is possible to stream data through a child's stdin, stdout, and stderr in a fully non-blocking way. To create a child process use re

nodejs.sideeffect.kr

3. https://www.youtube.com/watch?v=ZwBeWHf7zRE 

 

4. https://www.youtube.com/watch?v=FjDOJzqnpBQ 

 

5. https://github.com/techweber/nodejs-python

 

GitHub - techweber/nodejs-python: Call Python Script from Node JS

Call Python Script from Node JS. Contribute to techweber/nodejs-python development by creating an account on GitHub.

github.com

 

'2024이전 > 3_2sw대전 프로젝트' 카테고리의 다른 글

Tensorflow관련 실행  (0) 2022.11.29

+ Recent posts