Skip to content
#

tensorflow2

Here are 2,745 public repositories matching this topic...

dev590t
dev590t commented May 24, 2022

finrl.test() return a list of int of portfolio value, it doesn't contain date data:

from finrl.test import test
account_value_sb3=test(start_date = '2021-10-18', 
                      end_date = '2021-10-19',
...
                      net_dimension = 512)
account_value_sb3

output: 
[1000000.0,
 999698.6172275314,
 999391.9308182714,
...

But portfolio analysis tool(like

bug good first issue

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020

DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementation). DeepNude的算法以及通用生成对抗网络(GAN,Generative Adversarial Network)图像生成的理论与实践研究。

  • Updated Oct 2, 2021
  • Python

😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)

  • Updated Mar 10, 2022
  • Python

머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)

  • Updated May 24, 2022
  • Jupyter Notebook
doctr
felixdittrich92
felixdittrich92 commented May 31, 2022

Bug description

While testing #933 i have seen some errors (empty crops / non utf-8 strings / and so on)
We need to filter some invalid files/annotations

  • ensure all ready to use datasets works fine with eval_detection eval_recognition scripts (TF and PT)
  • unify recognition part with recognition dataset / word generator to return string directly instead of {labels: ['string

This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.

  • Updated May 4, 2022
  • Python

Improve this page

Add a description, image, and links to the tensorflow2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tensorflow2 topic, visit your repo's landing page and select "manage topics."

Learn more