View source: R/neptune_assign.R
neptune_assign | R Documentation |
Assigns the provided value to the field.
neptune_assign(x, value, wait=FALSE)
x |
Field or run, for which we want to assign the value |
value |
Value to be stored in a field. |
wait |
logical - If TRUE the client will wait to send all tracked metadata to the server. This makes the call synchronous. |
None
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
## Not run:
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = ANONYMOUS_API_TOKEN,
project = "common-r/quickstarts")
neptune_assign(run['parameters'], list(epochs=100, lr=0.01))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.