2023-01-14
Translate.Com, Webhooks, Make Money By Translation

the story from medium is about writing some listeners for quick notifications to get jobs faster.

translate.com is a website for translation. you can receive money via payoneer.

register here as translator.

Read More

2022-04-21
Graphcore Support For Ai

Graphcore’s IPU could be cheaper and faster than NVIDIA’s A100, though need sharing on-board RAM.

Supports tensorflow, pytorch, paddlepaddle.

https://docs.graphcore.ai/en/latest/

pytorch: poptorch, pytorch-lightning(tpu and ipu)

tensorflow:

from tensorflow.python import ipu

Create an IPU distribution strategy

strategy = ipu.ipu_strategy.IPUStrategy()

with strategy.scope():

paddlepaddle:

https://github.com/graphcore/portfolio-examples/tree/master/paddlepaddle/bert-base

https://github.com/graphcore/Paddle.git

TensorFlow 1 & 2 support with full performant integration with TensorFlow XLA backend

PyTorch support for targeting IPU using the PyTorch ATEN backend

PopART™ (Poplar Advanced Runtime) for training & inference; supports Python/C++ model building plus ONNX model input

Full support for PaddlePaddle

Other frameworks support coming soon

Read More

2022-04-09
Unlocking Speed: Fastgithub - Accelerating Github And Stackoverflow

Github and Stackoverflow acceleration

https://github.com/dotnetcore/FastGithub

Read More