Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wxbtool

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wxbtool

A toolkit for WeatherBench based on PyTorch

  • 0.1.21
  • PyPI
  • Socket score

Maintainers
1

wxbtool

DOI

A toolkit for WeatherBench based on PyTorch

Install

pip install wxbtool

Cheat sheet

Start a data set server for 3-days prediction of t850 by Weyn's solution

wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d

Start a training process for a UNet model following Weyn's solution

wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn

Start a testing process for a UNet model following Weyn's solution

wxb test -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn

Start a data set server with http binding

wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d 

Start a data set server with ip and port

wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d -b 127.0.0.1:8088

Start a training process with unix socket binding

wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn -d unix:/tmp/test.sock

How to use

  • quick start
  • understanding the physical process by plotting
  • develop your own neural model
  • try a toy physical model
  • explore the possibility to combine neural and physical model together

How to release

uv build
uv publish

git tag va.b.c master
git push origin va.b.c

Contributors

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc