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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
First of all: very nice paper! Thanks for writing it up :)
I was reading the code, and I noticed that:
PCGrad/PCGrad_tf.py
Line 36 in c5fbd7c
is missing an assignment (?), I think.
Don't you want to do:
loss = tf.random.shuffle(loss)
At least according to the doc here:
https://www.tensorflow.org/api_docs/python/tf/random/shuffle
cheers
The text was updated successfully, but these errors were encountered:
Ops, I missed the issue has already been brought up ... along with issues of the non-differentiability of tf.random.shuffle.
tf.random.shuffle
For others landing here:
#3
Closing the issue here.
Sorry, something went wrong.
No branches or pull requests
First of all: very nice paper! Thanks for writing it up :)
I was reading the code, and I noticed that:
PCGrad/PCGrad_tf.py
Line 36 in c5fbd7c
is missing an assignment (?), I think.
Don't you want to do:
loss = tf.random.shuffle(loss)
At least according to the doc here:
https://www.tensorflow.org/api_docs/python/tf/random/shuffle
cheers
The text was updated successfully, but these errors were encountered: