Skip to content
/ models Public
forked from Oneflow-Inc/models

Models and examples built with OneFlow

License

Notifications You must be signed in to change notification settings

8188zq/models

This branch is 5 commits ahead of, 154 commits behind Oneflow-Inc/models:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1eaac2a · Aug 30, 2021

History

69 Commits
Jun 28, 2021
Aug 11, 2021
Aug 4, 2021
Aug 4, 2021
Aug 4, 2021
Aug 4, 2021
Jul 27, 2021
Aug 10, 2021
Aug 6, 2021
Jun 28, 2021
Jul 28, 2021
Jul 27, 2021
Aug 4, 2021
Aug 4, 2021
Aug 4, 2021
Aug 9, 2021
Jul 27, 2021
Aug 6, 2021
Jul 27, 2021
Aug 10, 2021
Aug 4, 2021
Aug 12, 2021
Aug 4, 2021
Aug 4, 2021
Aug 30, 2021
Aug 4, 2021
Jul 27, 2021
Jul 27, 2021
Aug 4, 2021
Aug 4, 2021
Jun 18, 2021
Aug 10, 2021
Jun 18, 2021
Dec 14, 2020
Jun 24, 2021
Jun 28, 2021

Repository files navigation

models

Models and examples implement with OneFlow(version >= 0.4.0).

Install Oneflow

https://github.com/Oneflow-Inc/oneflow#install-with-pip-package

Build custom ops from source

In the root directory, run:

mkdir build
cd build
cmake ..
make -j$(nrpoc)

Example of using ops:

from ops import RoIAlign
pooler = RoIAlign(output_size=(14, 14), spatial_scale=2.0, sampling_ratio=2)

About

Models and examples built with OneFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Shell 2.7%
  • Cuda 1.2%
  • Other 0.6%