Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ** from file names and remove ' from commands #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

banditbandito
Copy link

When running tvae --name tvae_Lpartial_dsprites I got an error due to asterisk not being a valid file name character.
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\Users\admin\AppData\Local\Temp\2\tmp04_mzg52wandb-media\2n3e0t4i.png' -> 'c:\data\topographicvae-master\tvae\utils\wandb\run-20210921_085842-9scmcop8\files\media\images\Covariance_S**2_batch_5_b05a7d100c7773fd09bf.png'

The readme had extra apostrophe's.

KeyError Fix: remove apostrophe's from experiment commands between lines 25-51
Fix file name error due to asterisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant