Noah D. Brenowitz

Results 86 comments of Noah D. Brenowitz

>The cached filesystem is largely untested from multiple processes. Yah, I just started playing around with it. It seems like a potentially powerful feature, but as they say: "there are...

> except to put them in the same directory (e.g., "{localpath}.temp.UUID") this sounds like a good idea. It would also probably not work reliably on NFS.

Yes. POSIX filesystems have atomic rename operations. You will likely need to catch a FileExistsError.

Thanks @CharlelieLrt for the explanation of what the Name parameter does. Indeed this works: ``` train.UNetExample.from_checkpoint(sys.argv[1]) ``` I suppose I can use the entrypoint mechanism if i want to move...

It seems there is no "bug", and the issue could be resolved with some description in the docs.

@rabernat It seems that great minds think alike ;)