-
Hi,
I am trying to save the compiled model using the code below:
```
w2v = torch.load(model_path)
model = Wav2VecCtc.build_model(args, target_dict)
model.load_state_dict(w2v["model"], strict=…
-
It would be great to support some basic CNNs. In a manner that is just as easy to install and use as the tree-based-ensembles that we have now. That means that there should be a core module that suppo…
-
## Context
* torchserve version: 0.4.2
* torch-model-archiver version:
* torch version:'1.7.1+cpu'
* Operating System and version: Debian 10
## Your Environment
* Installed using source? …
-
https://www.kaggle.com/elmadj/detect-credit-card-fraud-using-logistic-regression/notebook
https://www.kaggle.com/theonarh/kernels/notebooks/new?forkParentScriptVersionId=2167747
https://www.data-blo…
-
Extract from this [comment](https://github.com/dguerizec/grbl-Mega-4axis/issues/1#issuecomment-287928475) from @LETARTARE
> G1 seems to work well even all axes together -> "G1 X100 Y50 Z45 A180" th…
-
We have a rich set of examples covering a very broad range of issues, but they're not necessarily easily discoverable via the section on the bottom of the API pages.
This meta-issue is to keep trac…
-
The ML.Net library suffers from a lack of decoupling between data preparation and model training, required to do an efficient grid search over training parameters.
That is, ideally the API should b…
-
Thanks for sharing this project. I really like the visualization. I tested it with xgboost and I have a few questions and thoughts
1. Since many trees are used, it generated multiple htmls, one for…
-
**Is your feature request related to a problem? Please describe.**
Large input volumes have to be processed via a sliding window algorithm, otherwise OOMs can happen quickly. There are two constraini…
-
Collecting the datasets needed for pretraining is a bit of work, especially when downloading from lots of different URLs behind a firewall.
https://github.com/microsoft/DeepSpeedExamples/tree/25d73…