{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"5-3 사전 훈련된 컨브넷.ipynb","provenance":[],"collapsed_sections":[],"authorship_tag":"ABX9TyNp5S7c/N8cjfEMZfPnOFgE"},"kernelspec":{"name":"python3","display_name":"Python 3"},"accelerator":"GPU"},"cells":[{"cell_type":"code","metadata":{"id":"X06r6Jh1Tt9p","colab_type":"code","outputId":"063f51ee-2d9a-42f3-def0-e3f12be68179","executionInfo":{"status":"ok","timestamp":1580353879782,"user_tz":-540,"elapsed":24034,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}},"colab":{"base_uri":"https://localhost:8080/","height":127}},"source":["from google.colab import drive\n","drive.mount('/content/drive')"],"execution_count":1,"outputs":[{"output_type":"stream","text":["Go to this URL in a browser: https://accounts.google.com/o/oauth2/auth?client_id=947318989803-6bn6qk8qdgf4n4g3pfee6491hc0brc4i.apps.googleusercontent.com&redirect_uri=urn%3aietf%3awg%3aoauth%3a2.0%3aoob&response_type=code&scope=email%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdocs.test%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive.photos.readonly%20https%3a%2f%2fwww.googleapis.com%2fauth%2fpeopleapi.readonly\n","\n","Enter your authorization code:\n","··········\n","Mounted at /content/drive\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"r0YPI3DOizww","colab_type":"code","outputId":"9738d9c3-8a2b-4687-9e14-46c3203a05c1","executionInfo":{"status":"ok","timestamp":1580353893276,"user_tz":-540,"elapsed":3339,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}},"colab":{"base_uri":"https://localhost:8080/","height":71}},"source":["!ls -ltr"],"execution_count":2,"outputs":[{"output_type":"stream","text":["total 8\n","drwxr-xr-x 1 root root 4096 Jan 13 16:38 sample_data\n","drwx------ 4 root root 4096 Jan 30 03:11 drive\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"qKOR-SZfi_rD","colab_type":"code","outputId":"6bf15312-78fd-4bc0-d93a-b704f7f98f71","executionInfo":{"status":"ok","timestamp":1580353894071,"user_tz":-540,"elapsed":723,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}},"colab":{"base_uri":"https://localhost:8080/","height":35}},"source":["cd drive"],"execution_count":3,"outputs":[{"output_type":"stream","text":["/content/drive\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"LbjotCR9jDSj","colab_type":"code","outputId":"30613464-faa7-40c0-fa8c-b7cb9cbea8d6","executionInfo":{"status":"ok","timestamp":1580353894947,"user_tz":-540,"elapsed":393,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}},"colab":{"base_uri":"https://localhost:8080/","height":35}},"source":["cd 'My Drive'/'Colab Notebooks'/Keras_creator"],"execution_count":4,"outputs":[{"output_type":"stream","text":["/content/drive/My Drive/Colab Notebooks/Keras_creator\n"],"name":"stdout"}]},{"cell_type":"code","metadata":{"id":"H0gbluS6jEkS","colab_type":"code","outputId":"89add21d-02a1-4a93-b722-9948db64c8d4","executionInfo":{"status":"ok","timestamp":1580353897975,"user_tz":-540,"elapsed":2321,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}},"colab":{"base_uri":"https://localhost:8080/","height":118}},"source":["import keras\n","keras.__version__"],"execution_count":5,"outputs":[{"output_type":"stream","text":["Using TensorFlow backend.\n"],"name":"stderr"},{"output_type":"display_data","data":{"text/html":["
\n","The default version of TensorFlow in Colab will soon switch to TensorFlow 2.x.
\n","We recommend you upgrade now \n","or ensure your notebook will continue to use TensorFlow 1.x via the %tensorflow_version 1.x
magic:\n","more info.