From yesterday or the day before I get
ValueError: Attempted relative import in non-package
for import in my main trainer file for example
from . import mobilenet_v1 as mobilenet
when you run the same trainer code with exactly the same parameters in cloud ML, using the same training task. I connect my trainer with a tool gcloud
. I tried redoing mine setup.py
instead. Any indications that this might be caused?
source
share