训练12小时后512x512鲜花,1 gpu 训练12小时后256x256朵鲜花,1 gpu 比萨 ``轻巧''GAN 在Pytorch的ICLR 2021中提出的实现。 本文的主要贡献是发生器中的跳层激励,以及鉴别器中的自动编码自监督学习。 引用单行摘要“在经过数小时培训的情况下,可以在1024 g分辨率的数百张图像上融合在单个gpu上”。 安装 $ pip install lightweight-gan 使用 一个命令 $ lightweight_gan --data ./path/to/images --image-size 512 每隔1000次迭代,模型将保存到./models/{name} ,模型中的样本将保存到./results/{name} 。 name将是default ,默认情况下。 训练设定 深度学习从业人员的自我解释能力很强 $ lightweight_ga
1
Unix样式的路径名模式扩展 目录 快速开始 该库有两种版本: 两个文件版本: glob.h和glob.cpp single_include/单个头文件版本 没有外部依赖-仅是标准库 需要C ++ 17 std::filesystem 如果您不能使用C++17 ,则可以集成。 麻省理工学院执照 构建库和独立样本 cmake -Hall -Bbuild cmake --build build # run standalone `glob` sample ./build/standalone/glob --help 用法 // Match on a single pattern for ( auto & p : glob::glob( " ~/.b* " )) { // e.g., .bash_history, .bashrc // do somethi
2022-12-01 19:23:06 158KB lightweight unix filesystem-library filesystem
1
qtwebserver:基于Qt的Web应用程序服务器
2022-11-15 17:29:20 134KB lightweight qt embedded webserver
1
Lightweight AP IOS Software Description : WIRELESS LAN Release : 15.3.3-JPM Release Date : 11-Apr-2022 FileName : ap3g2-k9w7-tar.153-3.JPM.tar Min Memory : DRAM 512 Flash 64 Size : 13.40 MB ( 14049280 bytes) MD5 Checksum : 5b992832717aa4918b2ca55ab2c19969 SHA512 Checksum : 074e4b708254bdfe1846dd0b014801ed71a66af0220d6d6100ee2b693b8c525803c4909dcb04a1f711efabee9c2ae119fce0ff9a324f0956fd64be120160bca3
2022-07-10 14:06:34 15.1MB ciscowireless
1
吊索 sling是信号和插槽的轻量级C ++实现。 插槽本质上是一个回调包装,可以从不同类型的可调用实体创建。 插槽可以连接到信号,并在发出信号时得到通知。 安装 作为仅标头的库,您只需将其包含在项目中即可。 需要C ++ 11或更高版本的编译器支持。 用法 创建信号 sl::Signal<> sig0; // signal without parameters. sl::Signal sig1; // signal with one parameter (std::string). sl::Signal< double> sig2; // signal with two parameters (double and int). 连接插槽 sl::Signal< int> sig; 连接从lambda表达式创建的插槽。
2022-06-21 15:12:05 9KB lightweight events library cpp
1
Product Description Guice (pronounced "Juice") is the 100% Java icing on the cake of Java dependency injection. Unlike other popular DI frameworks such as Spring, Guice fully embraces modern Java language features and combines simplicity with stunning performance and developer-friendliness. Google Guice: Agile Lightweight Dependency Injection Framework will not only tell you "how," it will also tell you "why" and "why not," so that all the knowledge you gain will be as widely applicable as possible. Filled with examples and background information, this book is an invaluable addition to your knowledge of modern agile Java. * Learn simple annotation-driven dependency injection, scoping and AOP, and why it all works the way it works. * Be the first to familiarize yourself with concepts that are likely to be included in a future Java EE or SE release (through JSR 299). * Get things done without having to write any XML. What you'll learn * Find out why dependency injection frameworks solve your problems, and how Guice fills that gap. * What Guice can do, can't do and how to apply that knowledge. * How Guice compares to popular alternatives like the Spring Framework. * What the future has in store, including Guice IDE, the next Guice version and the standardization of Guice's concepts through JSR 299. * How you can build real world, Guice-powered web applications using popular frameworks like Wicket or Struts 2. * How to develop a full stack Guice / Struts 2 / Hibernate application. * What you can really do with modern Java. Who is this book for? This book is for professional Java developers who are interested in dependency injection, modern Java coding practices and who want to tackle complexity with a simple, powerful and high-quality solution that already powers one of Google's highest profile applications: AdWords. This may be an alternative to Spring for many. About the Author Robbie Vanbrabant is an experienced Java developer and professional Java consultant based in Belgium. He's a well known Guice user and active member of the Guice community. Product Details * Paperback: 192 pages * Publisher: Apress; 1 edition (April 21, 2008) * Language: English * ISBN-10: 1590599977 * ISBN-13: 978-1590599976 * Product Dimensions: 9.1 x 7.5 x 0.6 inches
2022-06-09 18:22:38 2.95MB guice
1
MJPEGWriter:轻量级HTTP服务器,以C ++流式传输您的OpenCV处理
2022-03-30 10:16:45 5KB c lightweight http opencv
1
| 简体中文 DBNet-lite-pytorch 这个项目之后会在这里更新,我把之前的项目都做了下整合 环境配置 pip install -r requirement.txt cd models/dcn/ sh make.sh 水平或倾斜文本格式 照着icdar2015的格式, x1,y1,x2,y2,x3,y3,x4,y4,label, image │ 1.jpg │ 2.jpg │ ... label │ gt_1.txt │ gt_2.txt | ... 弧形文本的格式 数据格式, x1,y1,x2,y2,x3,y3,x4,y4 ...xn,yn,label n个点组成,n的个数可以不定 image │ 1.jpg │ 2.jpg │ ... label │ gt_1.txt │ gt_2.txt | ... 训练部分 在根目录的
2022-01-25 16:42:05 601KB lightweight ocr python3 pytorch
1
Windows 10自动暗模式 在计划的时间自动在Windows 10的深色和浅色主题之间切换。 •••• • 总览 Android,GNOME Shell,iOS和MacOS已经提供了根据一天中的时间更改系统设计的可能性。 那么,为什么也不要Windows? 自动暗模式可以帮助您提高工作效率。 如果外面光线不足,我们将使您拥有明亮且清晰可读的操作系统。 太阳开始下山后,您的操作系统将切换到匹配的主题,以保护您的眼睛。 此应用程序使您免于烦恼的方式在Windows设置中手动切换设计。 通过在应用程序中启用自动主题切换器,可以在Windows的“任务计划程序”中创建一个任务。 此任务
2021-11-26 16:32:12 3.09MB windows lightweight light-theme csharp
1
同标题 A lightweight C++ library for quantitative finance applications.rar
2021-10-30 23:08:46 4.75MB C++ quantitative finance
1