You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I directly follow the instructions to run the ‘experiment.py’, I will report an error as follows:ValueError: negative dimensions are not allowed.Should I download the dataset first?
The text was updated successfully, but these errors were encountered:
If you're running experiment.py with the same parameters given in the example, you should not require to download any dataset. Make sure you're running it as:
From the error you're getting, it seems like either --dimension or --n_dim is receiving negative value. Please check for typos. If the error persists, please post the traceback and environment information.
When I directly follow the instructions to run the ‘experiment.py’, I will report an error as follows:ValueError: negative dimensions are not allowed.Should I download the dataset first?
The text was updated successfully, but these errors were encountered: