-
@GrzegorzKarchNV
@alancucki
Hey I am looking to convert Fast Pitch and HiFi Gan to ONNX mainly because PyTorch is a huge dependency and I need this packaged more efficiently.
Are there any c…
-
In Mopo Task 4.6 the aim is to enable solve sequences (e.g. multi-stage investment models; storage value combined with dispatch; unit commitment and realisation of reserves) and other cases where mult…
-
When we load FC from C2 models, we automatically transpose the weights, so that we have A: M x K and W:K x N
And we use those layouts in the interpreter and in the CPU backend. But almost all of ou…
-
In this issue you can either:
- **Add papers** that you think are interesting to read and discuss (please stick to the format).
- **vote**: should be done using :+1: on comments
-
Models have different approaches to validating inputs. It would be nice to have a consistent standard for when validating happens.
Models' `execute` functions may:
A. Do no validation
B. Call `va…
emlys updated
2 years ago
-
I'm trying to fine-tune the AMR3.0 large SBART checkpoint on another dataset, but during training I get the following warnings:
```
2023-04-29 00:02:05 | WARNING | tensorboardX.x2num | NaN or Inf fo…
-
Hi,
noticed that after upgrade to version 0.7 accuracy of trained models from 0.63 reduces on a few percentage.
And it would be not so critical, but retraining from scratch on version 0.7 can't g…
sh1ng updated
4 years ago
-
### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like.
_No response_
### Describe alternatives you've considered.
_No response_
### Additional cont…
-
I don't know if it's an appropriate place to submit such proposals, but I'd like to introduce the idea somewhere.
BERT is an encoder-decoder language model that can extract the meaning of words, se…
-
https://github.com/robertknight/rten/pull/108 added a tensor pool that enables re-use of output buffers for different steps of graph execution. The entire pool is currently freed at the end of the run…