Closed eyaler closed 5 years ago
in gilbo.py change:
outdir = os.path.join(outdir, checkpointpath.replace('/', ''))
to
outdir = os.path.join(outdir, checkpointpath.replace('/', '').replace('\', '_'))
Thank you. I think GILBO does not work in the new version. If you send a pull request for v2 I can merge it. To support GILBO in the new version please contact Ian Fischer.
Why do you change "_" to ""?
in gilbo.py change:
outdir = os.path.join(outdir, checkpointpath.replace('/', ''))
to
outdir = os.path.join(outdir, checkpointpath.replace('/', '').replace('\', '_'))