尹相志老師所開發可以讓tensorflow與pytorch使用99%以上相同代碼開發的trident api,釋出新版本 0.7.3
除了bug修復之外,這版本多了下功能
- 全新文字轉換: 隨機對調字元,隨機插入字元,轉換至半形,隨機遮罩,隨機轉注音文,中文繁簡互轉,隨機轉中文同音錯字,隨機轉中文同型錯字
- Pytorch lstm支援雙向lstm以及attention,tensorflow版lstm也開始提供
- Pytorch transformer開始提供
- 全新視覺轉換:馬賽克拼貼圖像
- GANBuilder支援條件式Conditional GAN以及跳轉連接網路結構
- 提供可微分色彩空間轉換函數 (rgb2lab, rgb2xyz, rgb2hsv...
- 新的神經層: TemporalConv1d_Block, FullConnect_Block
https://github.com/AllanYiin/trident
「pytorch gan」的推薦目錄:
- 關於pytorch gan 在 DeepBelief.ai 深度學習 Facebook 的最讚貼文
- 關於pytorch gan 在 eriklindernoren/PyTorch-GAN - GitHub 的評價
- 關於pytorch gan 在 這些資源你肯定需要!超全的GAN PyTorch+Keras實現集合 的評價
- 關於pytorch gan 在 GAN PyTorch: Same Images Generating throughout batches 的評價
- 關於pytorch gan 在 Pytorch Conditional GAN Tutorial - YouTube 的評價
- 關於pytorch gan 在 GAN을 PyTorch로 구현해보기 的評價
- 關於pytorch gan 在 pytorch-gan · GitHub Topics - Innominds 的評價
- 關於pytorch gan 在 Colab-co-mod-gan-pytorch.ipynb - Colaboratory 的評價
- 關於pytorch gan 在 How can my Pytorch based GAN output pure B&W with no ... 的評價
- 關於pytorch gan 在 Srresnet gan github pytorch - Inovez Arts 的評價
pytorch gan 在 這些資源你肯定需要!超全的GAN PyTorch+Keras實現集合 的推薦與評價
PyTorch 實現地址:https://github.com/eriklindernoren/PyTorch-GAN ... 要使用PyTorch或Keras實現這些GAN,我們首先需要下載兩個程式碼倉庫,並安裝對應所需的依賴包 ... ... <看更多>
pytorch gan 在 eriklindernoren/PyTorch-GAN - GitHub 的推薦與評價
PyTorch implementations of Generative Adversarial Networks. - GitHub - eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial ... ... <看更多>