TGTGInsightintelligence telegramLIVE / telegram public index
← Writing Way

TGINSIGHT SIMILAR POSTS

Trova contenuti simili

Canale sorgente @WritingWay · Post #1167 · 17 nov

POCHI SUPERLATIVI, OTTIMO RISULTATO✍🏻 Il superlativo non è una scelta obbligata. #writingtips#scrittura L'uso dei superlativi assoluti - bellissimo, bravissimi, interessantissimi - è sconsigliato. Già, ma allora come posso rendere l'idea che il superlativo esprime❓ Ci sono altre possibilità, di certo preferibili. ✅ Prima dell'aggettivo si utilizza un avverbio di qualità come "molto" o "assai": siamo molto felici, sono assai interessato. ✅ Si possono utilizzare gli avverbi intensificativi come "proprio" o "davvero": il bambino è davvero bello. ✅ Nel linguaggio colloquiale o pubblicitario si usano dei prefissi come super, extra, iper: supercomodo, extraricco. ✅ L'aggettivo può essere rinforzato con tutto: lei è tutta felice. ✍🏻 Gli aggettivi che terminano in -eo -io - uo non hanno il superlativo, ma si usano avverbi come molto o particolarmente. Esempio: molto ingenuo. @writingway 🙌Se hai trovato interessante questo post e pensi possa piacere ad altri, inoltralo cliccando sulla freccia a destra.

Risultati

1 post simile trovati

Cerca: #tfdeploy

当前筛选 #tfdeploy清除筛选
djangoproject

@djangoproject · Post #274 · 18/03/2017, 01:48

https://github.com/riga/tfdeploy Google's TensorFlow framework is taking off big-time now that it's at a full 1.0 release. One common question about it: How can I make use of the models I train in TensorFlow without using TensorFlow itself? #Tfdeploy is a partial answer to that question. It exports a trained TensorFlow model to "a simple #NumPy-based callable," meaning the model can be used in Python with Tfdeploy and the the NumPy math-and-stats library as the only dependencies. Most of the operations you can perform in TensorFlow can also be performed in Tfdeploy, and you can extend the behaviors of the library by way of standard Python metaphors (such as overloading a class). Now the bad news: Tfdeploy doesn't support GPU acceleration, if only because NumPy doesn't do that. Tfdeploy's creator suggests using the gNumPy project as a possible replacement. #Machine_learning