What happened to the example code? #1415
-
Hi! I've been using https://blogs.rstudio.com/ai/posts/2018-09-20-eager-pix2pix/ to help guide me create a neural network. There used to be the full code linked. But it is no longer there. I was wondering where it went and will it ever be back? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Welcome! Thanks for asking. Many of the examples still need to be updated after the transition from TF v1 to Tf v2. We're in the process of add up-to-date examples to https://keras.posit.co/articles/examples/. Contributions are welcome! To add an example, please open a PR adding a Rmd to the 'vignettes-src' folder: https://github.com/rstudio/keras/tree/main/vignettes-src. Examples can be adapted to R versions of those found at https://keras.io/examples/ (https://github.com/keras-team/keras-io/tree/master/examples), updated "old" R examples, or completely new examples. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information!
…On Sun, Mar 17, 2024, 11:47 AM Tomasz Kalinowski ***@***.***> wrote:
Welcome! Thanks for asking.
Many of the examples still need to be updated after the transition from TF
v1 to Tf v2.
You can still view them in the keras "r2" branch:
https://github.com/rstudio/keras/tree/r2/vignettes/examples.
We're in the process of add up-to-date examples to
https://keras.posit.co/articles/examples/.
Contributions are welcome! To add an example, please open a PR adding a
Rmd to the 'vignettes-src' folder:
https://github.com/rstudio/keras/tree/main/vignettes-src.
Examples can be adapted to R versions of those found at
https://keras.io/examples/ (
https://github.com/keras-team/keras-io/tree/master/examples), updated
"old" R examples, or completely new examples.
—
Reply to this email directly, view it on GitHub
<#1415 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A65BP2EDDVYSFSV4ZGHUDK3YYW3JLAVCNFSM6AAAAABE2IC3VKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMJZGI4DA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Welcome! Thanks for asking.
Many of the examples still need to be updated after the transition from TF v1 to Tf v2.
You can still view them in the keras "r2" branch: https://github.com/rstudio/keras/tree/r2/vignettes/examples.
We're in the process of add up-to-date examples to https://keras.posit.co/articles/examples/.
Contributions are welcome! To add an example, please open a PR adding a Rmd to the 'vignettes-src' folder: https://github.com/rstudio/keras/tree/main/vignettes-src.
Examples can be adapted to R versions of those found at https://keras.io/examples/ (https://github.com/keras-team/keras-io/tree/master/examples), updated "old" R examples, or completely new examples.