objdet_train_tensorflow_colab
objdet_train_tensorflow_colab copied to clipboard
working directory
Hi,
- Currently
%cdsets/rootdirectory, not/content. Is this a change in colab VM directories structure? - It seems like
os.mkdir('datalab')is missing in the code?
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!