Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
data_analysis:certification [2022/04/07 06:40] – [응시후기] prgram | data_analysis:certification [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
https:// | https:// | ||
+ | |||
+ | ==== DAsP 데이터아키텍쳐 자격검정 ==== | ||
+ | https:// | ||
==== Tensorflow Developer Certification ==== | ==== Tensorflow Developer Certification ==== | ||
+ | https:// | ||
===환경설정=== | ===환경설정=== | ||
* https:// | * https:// | ||
- | * CUDA 오류 : https:// | + | * CUDA 오류 : https:// |
+ | |||
+ | * Tensorflow버전에 따른 CUDA, CUDNN 맞는 버전 : https:// | ||
+ | * failed to create cublas handle: | ||
+ | <code python> | ||
+ | import tensorflow as tf | ||
+ | gpu = tf.config.experimental.list_physical_devices(' | ||
+ | try: | ||
+ | tf.config.experimental.set_memory_growth(gpu[0], | ||
+ | except RuntimeError as e: | ||
+ | print(e) # Error 발생하면 Error 내용 출력 | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | * | ||
===응시후기=== | ===응시후기=== |