Home colab [colab] How to import customized model in colab? [colab] How to import customized model in colab? Yubao January 08, 2020 0 comments Share: Facebook Twitter Pinterest Whatsapp 如何在colab 中使用自定义的模块 ```python from google.colab import drive drive.mount('/content/gdrive') sys.path.append('/content/gdrive/My Drive/Probabilistic-Robotics/scripts') ```
No comments