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
[TensorDB] Connect SUCCESS 127.0.0.1:27017 database None ANY_ID (e.g., mnist) [TensorDB] Find one params SUCCESS, {'type': 'mnist_dataset', 'studyID': 'ANY_ID (e.g., mnist)'} took: 0.68s Traceback (most recent call last): File "tutorial_tensordb_cv_mnist_master.py", line 112, in main() File "tutorial_tensordb_cv_mnist_master.py", line 81, in main "n_epochs": [10, 10], File "tutorial_tensordb_cv_mnist_master.py", line 44, in create_jobs db.save_job(args=job_dict) AttributeError: 'TensorDB' object has no attribute 'save_job'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[TensorDB] Connect SUCCESS 127.0.0.1:27017 database None ANY_ID (e.g., mnist)
[TensorDB] Find one params SUCCESS, {'type': 'mnist_dataset', 'studyID': 'ANY_ID (e.g., mnist)'} took: 0.68s
Traceback (most recent call last):
File "tutorial_tensordb_cv_mnist_master.py", line 112, in
main()
File "tutorial_tensordb_cv_mnist_master.py", line 81, in main
"n_epochs": [10, 10],
File "tutorial_tensordb_cv_mnist_master.py", line 44, in create_jobs
db.save_job(args=job_dict)
AttributeError: 'TensorDB' object has no attribute 'save_job'
The text was updated successfully, but these errors were encountered: