Conchylicultor
Conchylicultor
Why was it closed ?
Why was the PR closed ? It's still an issue, no ?
You have to pack and install the lib before by using the rockspec file present on the root folder. https://github.com/keplerproject/luarocks/wiki/Creating-a-rock `luarocks install spectralnet-scm-1.rockspec`
On the file spectralnet-scm-1.rockspec, change the line `url = "..." --TODO` by `url = "."` or `url = "/path/to/spectral-lib"`
From the doc: https://www.tensorflow.org/api_docs/python/tf/keras/Model?version=nightly#fit `x` Input data. It could be: * A tf.data dataset. Should return a tuple of either (inputs, targets) or (inputs, targets, sample_weights). * A generator or ...
For how to use tfds in practice, you can have a look to our end-to-end keras example: https://www.tensorflow.org/datasets/keras_example#step_2_create_and_train_the_model Please let us know if something isn't clear
Nice, we would love have this! For info, we (TFDS team) ensure the core API support and help with issues, but we let the community (both internal and external) implement...
@Eshan-Agarwal, yes we should keep both v4 and v6. However I feel this one may be a little too ambitious for you, especially if you don't have enough compute power.
@tomvdw , I think this is because we're not loading the metadata from GCS anymore. Now the split info are only available after the dataset has been installed/downloaded: ```python builder...
`Sequence({})` should be allowed at top-level feature, so this is likely a bug. Thank you for reporting