Coder Social home page Coder Social logo

tensorflow-macos-gpu's Introduction

SixQuant

PyPI Version Build Status Wheel Status Coverage report Powered by SixQuant

Overview

A quick and stable data source for finance data.

提供快速稳定的金融(主要是股票)相关数据,包括实时和历史数据,数据会尽可能缓存在本地,以便提高性能同时减少服务器压力。同时,也提供了一些常用的金融辅助函数画图函数等。将来接口会全面兼容使用 RQAlpha 的 RiceQuant 和 TuShare 等常用相关库,方便用户移植代码!

  • 如果觉得本项目值得期待或有价值,感谢点这里GitHub stars给我们加star鼓励,多谢!!!
  • 如果你有任何疑问或需求想要实现,欢迎点这里GitHub issues提交您的需求。

Install

Install sixquant

$ pip3 install sixquant

Upgrade sixquant

$ pip3 install sixquant --upgrade

Quick Start

import sixquant as sq

print(rq.__version__)

df = sq.get_day_today_quote(dropna=True)
print(len(df))
print(df.head())

Docs

基本使用

Reference

Contributing contributions welcome

开发环境

Todo

  • ......

Change Logs

  • 0.0.1 2017-11-03
    • 初始版本

License

MIT

Counter

HitCount

tensorflow-macos-gpu's People

Contributors

sixquant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tensorflow-macos-gpu's Issues

Segmentation fault: 11

环境和配置几乎和你的一样,除了显卡是GTX 1080

2018-07-31 11:42:11.099536: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:859] OS X does not support NUMA - returning NUMA node zero
2018-07-31 11:42:11.100858: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1356] Found device 0 with properties: 
name: GeForce GTX 1080 major: 6 minor: 1 memoryClockRate(GHz): 1.7335
pciBusID: 0000:c2:00.0
totalMemory: 8.00GiB freeMemory: 7.79GiB
2018-07-31 11:42:11.100875: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1435] Adding visible gpu devices: 0
2018-07-31 11:42:12.798611: I tensorflow/core/common_runtime/gpu/gpu_device.cc:923] Device interconnect StreamExecutor with strength 1 edge matrix:
2018-07-31 11:42:12.798633: I tensorflow/core/common_runtime/gpu/gpu_device.cc:929]      0 
2018-07-31 11:42:12.798638: I tensorflow/core/common_runtime/gpu/gpu_device.cc:942] 0:   N 
2018-07-31 11:42:12.799160: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1053] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 7528 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1080, pci bus id: 0000:c2:00.0, compute capability: 6.1)
2018-07-31 11:42:12.799482: E tensorflow/stream_executor/cuda/cuda_driver.cc:936] failed to allocate 7.35G (7893723136 bytes) from device: CUDA_ERROR_OUT_OF_MEMORY
2018-07-31 11:42:12.799563: E tensorflow/stream_executor/cuda/cuda_driver.cc:936] failed to allocate 6.62G (7104350720 bytes) from device: CUDA_ERROR_OUT_OF_MEMORY
>>> print("hello, {}".format(m))  # => "hello, [[4.]]"
Segmentation fault: 11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.