-
@hardmaru I've tried following your super helpful [Sketch_RNN_TF_To_JS_Tutorial notebook](https://github.com/tensorflow/magenta-demos/blob/master/jupyter-notebooks/Sketch_RNN_TF_To_JS_Tutorial.ipynb),…
-
Hi, I am trying to install learn2learn directly from the git repo as it seems that the latest changes have not yet been incorporated in the pip install version. However, on doing python setup.py insta…
g1910 updated
4 years ago
-
gsutil -m cp 'gs://quickdraw_dataset/full/simplified/*.ndjson' . is correct.
-
Currently, datasets updates are poorly documented. The API isn't great, and it requires versions to still be supported.
```py
class MyDataset(tfds.core.GeneratorBasedBuilder):
VERSION = tfds.c…
-
Hi @ageron
I think test_set should be **eval_files[5:]** and not as written in cell 72.
In 72
```
train_set = quickdraw_dataset(train_files, shuffle_buffer_size=10000)
valid_set = quickdraw_…
-
# Improve the CNN model
* The model in use is trained with 0.605 million unique doodles for 20 epochs
* And tested against 0.132 million unique doodles
* Obtained max accuracy of 68.29% on the test…
-
Currently, our apple example is too homogeneous, i.e., there aren't many interesting differences.
Inspired by http://formafluens.io, please test a couple of other datasets to see if we can find int…
-
## Tim
- Uroš Ogrizović, SW-39/2016
## Definicija problema
Prepoznavanje objekta koji je nacrtan na ekranu. Predikcija može da se vrši samo za objekat iz neke od podržanih klasa.
## Metodologi…
-
What is a current, up-to-date code sample that can load the .npz files in this distribution?
This no longer works in Python 3:
import numpy as np
x = np.load(file_path, allow_pickle=True, encodin…
-
I've recently tried to install magenta-gpu however it fails to install due to an error with the networkx package.
I've uploaded a log [here](http://lifesine.eu/so/m.log)
Any tips on running mage…