Milan Straka
Milan Straka
This could be closed as a patch implementing it was already merged.
MorphoDiTa offers such a functionality https://ufal.mff.cuni.cz/morphodita/api-reference#morpho_generate , but it needs a morphological dictionary (which we have only for Czech, Slovak and English). I.e., UDPipe models do not have any idea...
Also interested in the answer, as I have already started using TF 2.0.
There have been at least one similar suggestions some time ago (you can look it up on [email protected] if you are interested). The "official" way of doing this is by...
As mentioned before, please follow the [guidelines outlined on the Haskell Wiki](https://wiki.haskell.org/Library_submissions#Guide_to_proposers) and start the discussed on [email protected] mailing list -- all API changes of containers go through the list...
First, I wanted to thank the maintainers of TensorFlow Addons for their job, I have been using TF Addons happily for several years now! Thanks! I use the following functionality...
Hi, I retried my experiment and I actually did a slightly different thing -- I installed `tensorflow==1.12.0rc0` (which brought `tensorboard==1.12.0`) and then `tensorboard-plugin-profile==2.11.1`, and finally downgraded to `protobuf==3.20.3`. This allows...
@haifeng-jin I am not sure I can do it correctly. I assume that - The `cudnn_ok` will probably need to consider also the current device (whether it is cuda or...
[Bug] With TensorFlow backend, using PyTorch DataLoader with different per-batch size does not work.
The full code is in the colab I reference in the original issue. Is it not enough? It can be run and demonstrates the problem.
[Bug] With TensorFlow backend, using PyTorch DataLoader with different per-batch size does not work.
> @foxik , for the record setting all dimensions in the output_signature to None did not work because those dimensions are used to build the model. The chosen approach is...