OpenMined / Threepio

A multi-language library for translating commands between PyTorch, TensorFlow, and TensorFlow.js
Other
56 stars 15 forks source link

improvement: multi-command translation for linear #89

Closed Nolski closed 4 years ago

Nolski commented 4 years ago

Pull Request

Description

Here it is! Multi-command translation support in threepio with torch.nn.functional.linear being used as the initial example.

Type of Change

Please mark options that are relevant.

How has this been tested?

Unit Tests

Checklist

Additional Context

Please also include relevant motivation and context.

Nolski commented 4 years ago

52 Seeks to resolve