-
This:
`$ flow --model cfg/tiny-yolo-voc.cfg --trainer adam --train --gpu 0.8 --dataset test/training/images --annotation test/training/annotations --savepb --epoch 20`
triggers the following:
…
-
I am using the DDSP train_autoencoder colab notebook here:
https://colab.research.google.com/github/magenta/ddsp/blob/master/ddsp/colab/demos/train_autoencoder.ipynb
I want to train the autoencode…
-
## Goal
The goal of the OMF interoperability project is to be able to combine models written in different languages and environments with a low barrier to entry for model consumers.
## Possible …
-
[Webdataset](https://github.com/webdataset/webdataset) format is preferable for data distribution for a few reasons:
- Easy to use without installing dependencies because it's just .tar files.
- N…
-
Hi: when I generate NdArray obj from spark dataframe ,I want to save the NdArray obj for next model training,but I don't know how to save it.
-
## Motivation
If I do not say wait_on_upload=True for an artifact upload, I get a ValueError when I want to get the artifact in a later step in the pipeline.
The reason is that one must wait in th…
-
While investigating the DIALS test failure `tests/util/test_image_grouping.py::test_real_h5_example` on Windows, I found that `ImageSet.get_path` gives a strange result on that platform. This can be d…
-
**What happened**:
I'm getting a maximum recursion error when using the Pydap backend with Dask distributed. It seems the we're failing to successfully pickle the pydap backend store.
**What…
-
Hi @davisking,
the version of dlib is one year old so I would like to request an update - that would also fix some warnings on newer compilers.
What do you think?
-
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, q…