오류해결2 M1 Mac에서 Image data augmentation 오류 해결 Error Message NotFoundError: No registered 'RngReadAndSkip' OpKernel for 'GPU' devices compatible with node { {node RngReadAndSkip}} . Registered: device='XLA_CPU_JIT' device='CPU' [Op:RngReadAndSkip] Solution # 텐서를 CPU에 할당 with tf.device('/cpu:0'): data_augmentation = keras.Sequential( [ layers.RandomFlip("horizontal"), layers.RandomRotation(0.1), layers.RandomZoom(0.2), ] ) tensorflow-metal 플러.. 2023. 10. 1. google-colab import 시 오류 해결(AttributeError: module 'IPython.utils.traitlets' has no attribute 'Unicode') Visual Studio Code에서 google-colab을 import 할 때 뜬 에러이다. 찾아보니, 일반적인 파이썬 인터프리터 환경이 아닌 ipython 환경인 jupyter notebook 또는 Colab에서 실행하면 된다고 한다. The library google-colab is not designed to run in a normal Python REPL, which means that you have to run this in an ipython environment like Jupiter notebooks or colab rather than the python interpreter directly. Reference https://github.com/tensorflow/cloud/iss.. 2023. 9. 30. 이전 1 다음