-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Remove the TArray related docs #124
Comments
After #129 is complete, we can depreciate all |
@rikhuijzer would you like to give it another go to depreciate all the |
@yebai I won't be able to pick that up in the near future unfortunately |
@KDr2 let's create a PR to depreciate all the |
For backward compatibility, e.g. this example in README, maybe we can consider a keyword argument to the # Default option: when `deepcopy` is empty, then we don't perform deep copy for any types
TapedTask(...; deepcopy=[])
# Switch on deep copy behavior for Array, Dict, Ref
# Need to update AdvancedPS to explicitly specify `deepcopy`
TapedTask(...; deepcopy=[Array, Dict, Ref])
# In order to implement `tape_copy` for this design, we might need to
# dispatch on `TapedTask` instances, e.g.
tape_copy(Val{tapedtask}, ...)
|
If we do this, we should add the same argument to
I don't understand this, now we only |
From a comments by @yebai in TuringLang/Turing.jl#1778 (comment):
The text was updated successfully, but these errors were encountered: