I'm training a model on google colab, and im running this model on my local machine.
unfortunately, the environment variables on my local machine are very different from google colab's. I tried using conda on colab, but it's very difficult to use there.
is there an effective way to export environment variables from google colab and run them on local machine.
or the other way around to.
Thank you