i am currently using a config file to train a model in tensorflow. Inside the config file, i need to specify a python path. Since im on windows, my paths obviosly looks like these r"C:\path\path\path. But when tensorflow is using the configfile, i get this error:
fine_tune_checkpoint: r'C:\path\path\path\ckpt-0': Expected string but found: 'r'
Anyone has encountered a similar problem?