objdet_train_tensorflow_colab icon indicating copy to clipboard operation
objdet_train_tensorflow_colab copied to clipboard

working directory

Open soldierofhell opened this issue 7 years ago • 1 comments

Hi,

  • Currently %cd sets /root directory, not /content. Is this a change in colab VM directories structure?
  • It seems like os.mkdir('datalab') is missing in the code?

soldierofhell avatar Dec 09 '18 20:12 soldierofhell

hi @soldierofhell , %cd will change directory to /root, in fact, I make direcotry 'datalab' under 'root', then you download the zip file in In this directory. when i generate the tfrecord file, a xml parse error occur! finaly, i use another tfrecord and config file.good luck!

tatooland avatar Dec 13 '18 21:12 tatooland