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
in reference of this kaggle notebook i've written this notebook to try transfer learning through multiple datasets.
through multiple soft runs on the notebook, I came to found out that I can't get deterministic/reproducible model out of it.
Weird thing is, with the same virtual-environment, I can get deterministic/reproducible from a plain CNN-MNIST code.
Spent a week on researching and can't find the solution. Any guidance or suggestions are much appreciated.
colab code for reproducing the errors (dataset download and extractions included within) my virtual environment
p.s. link duplication from issue44414 as I think this issue should be mentioned here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in reference of this kaggle notebook i've written this notebook to try transfer learning through multiple datasets.
through multiple soft runs on the notebook, I came to found out that I can't get deterministic/reproducible model out of it.
Weird thing is, with the same virtual-environment, I can get deterministic/reproducible from a plain CNN-MNIST code.
Spent a week on researching and can't find the solution. Any guidance or suggestions are much appreciated.
colab code for reproducing the errors (dataset download and extractions included within)
my virtual environment
p.s. link duplication from issue44414 as I think this issue should be mentioned here
The text was updated successfully, but these errors were encountered: