Andrey Sidorenko
Andrey Sidorenko
For a non-sequential model if number of examples is not a multiple of number of `microbatches` (see the data file below) the training with `DPAdamOptimizer` fails. `Numpy 1.14.4` `Tensorflow 1.13.1`...
I use two channels: ``` ps.setChannel("A","DC",2,enabled=True) ps.setChannel("B","DC",2,enabled=True) ``` Then I set resolution: `ps.setResolution("15")` which gives me an error "PICO_INVALID_NUMBER_CHANNELS_FOR_RESOLUTION", and I cannot use resolution higher than 8 bits (but 5444B...
Is it planned to add a functionality to provide functions (external logits processors) that modify logits based on previously generated tokens? E.g., to apply an output formatter. Something similar to...