ashpy icon indicating copy to clipboard operation
ashpy copied to clipboard

TensorFlow 2.0 library for distributed training, evaluation, model selection, and fast prototyping.

Results 27 ashpy issues
Sort by recently updated
recently updated
newest added

## Description of issue (what needs changing): AshPy supports conditional training. See [Facades Example ](https://github.com/zurutech/ashpy/blob/master/examples/gans/pix2pix_facades.py) Document better this type of training. Maybe with notebooks :)

documentation
help wanted

https://github.com/zurutech/ashpy/blob/7efd7dd9982659cb52fa08e7abdbb919d5d971ef/src/ashpy/restorers/restorer.py#L122-L127 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 7efd7dd9982659cb52fa08e7abdbb919d5d971ef when #44 was merged. cc @mr-ubik.

documentation
todo :spiral_notepad:

The file `src/ashpy/contexts/context.py` contains the following docstring ``` r""" Primitive Context Interface. ``Contexts`` are checkpointable (subclassed from :py:class:`tf.train.Checkpoint`) collections of variable encapsulated in a Python Class as a way to...

bug

https://github.com/zurutech/ashpy/blob/7efd7dd9982659cb52fa08e7abdbb919d5d971ef/src/ashpy/restorers/restorer.py#L123-L128 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 7efd7dd9982659cb52fa08e7abdbb919d5d971ef when #44 was merged. cc @mr-ubik.

good first issue
tests
todo :spiral_notepad:

https://github.com/zurutech/ashpy/blob/7efd7dd9982659cb52fa08e7abdbb919d5d971ef/tests/callbacks/__init__.py#L5-L6 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 7efd7dd9982659cb52fa08e7abdbb919d5d971ef when #44 was merged. cc @mr-ubik.

tests
todo :spiral_notepad:

https://github.com/zurutech/ashpy/blob/7efd7dd9982659cb52fa08e7abdbb919d5d971ef/tests/callbacks/__init__.py#L4-L6 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 7efd7dd9982659cb52fa08e7abdbb919d5d971ef when #44 was merged. cc @mr-ubik.

good first issue
tests
todo :spiral_notepad:

The title says pretty much all. If I want to measure the performance of the model only at the end of every epoch, the (for example) ClassifierTrainer offers me the...

bug

**Describe the bug** Run `examples/gans/facades.py`, stop the training after some time and then try to restart the training. You get an error due to the fact that the discriminator expects...

bug

**Describe the bug** Run `examples/gan/pix2pix_facades_multi_gpu.py` in a multi-gpu scenario. If you try to restore the training once finished you get an error due to wrong input shapes. This is because...

bug

**System information** - AshPy version: **Describe the bug** No easy way to specify a name for subclassed custom `ClassifierMetric` **Expected behavior** While subclassing `ClassifierMetric` it should be possible to specify...

bug
good first issue