-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
Hi!
When I run this command utils.safe_mkdir('checkpoints'), Python throws AttributeError: module 'utils' has no attribute 'safe_mkdir'. I found this command in this Stanford Github repo: https://github.com/chiphuyen/stanford-tensorflow-tutorials/blob/master/examples/07_convnet_mnist.py.
There is another weird command (utils.get_mnist_dataset), which made me think that these are custom functions added to the utils package. If this is the case, why would they do that instead of creating the function somewhere else?
Metadata
Metadata
Assignees
Labels
No labels