We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import topicnet dataset = topicnet.cooking_machine.Dataset(...) model = topicnet.cooking_machine.models.TopicModel(...) cube = CubeCreator( num_iter=10, parameters={ "seed": [11221963], "num_topics": [5, 10] } ) exp = Experiment( model, experiment_id='exp1', save_path='should_not_be_created', save_experiment=False ) cube(model, dataset)
Result: folder specified in experiment init should_not_be_created exists Expected: there shouldn't be any such folder, because save_experiment=False
should_not_be_created
save_experiment=False
The text was updated successfully, but these errors were encountered:
Is it closed now?
Sorry, something went wrong.
I think it is not...
No branches or pull requests
Result: folder specified in experiment init
should_not_be_created
existsExpected: there shouldn't be any such folder, because
save_experiment=False
The text was updated successfully, but these errors were encountered: