0

I just started to use cloud to do training for my deep learning program. For now every time I modified my local .py file I have to remove the old one in the remote virtual machine of Google Cloud Platform and upload the new one. I am just curious if there is a way that I can actually open the .py file in the remote visual machine through the command line? That would be very high efficiency.

Thank you very much!

Jianing Sun
  • 123
  • 2
  • 8
  • Can you share some of the code you use and which command line commands you've tried? That would help understand the exact nature of your use-case. – ubershmekel Aug 01 '18 at 06:51
  • @ubershmekel thanks. actually I'm looking for command line to open&see a file in the remote visual machine so I think it is not relevant for what my code looks like. – Jianing Sun Aug 02 '18 at 14:28
  • I just wasn't able to understand your initial question. Part of the problem was you called it "visual machine" and I had no idea which platform you were talking about. I'll give you a few options in an answer. If I understood the question correctly. – ubershmekel Aug 02 '18 at 22:30
  • I guess you are referring to Virtual Machines rather than "visual". – Yurci Sep 13 '18 at 10:50

1 Answers1

2

To edit a file on a machine you can SSH into there are many potential solutions.

ubershmekel
  • 11,864
  • 10
  • 72
  • 89