首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Ceph对象存储方案

    compression功能测试

    compression功能测试 1.启动compression 功能描述: 1.目前从k版本开始支持compression,目前支持zlib、snappy、zstd,注意从ceph version 12.0.0 5.compression特性对用户透明,用户是无法感知压缩功能是否存在的。 home/user# radosgw-admin zone placement modify --rgw-zone=default --placement-id=default-placement --compression } } ], "metadata_heap": "", "tier_config": [], "realm_id": "" } 2.查看compression "data_extra_pool": "default.rgw.buckets.non-ec", "index_type": 0, "compression

    1.6K80发布于 2018-01-31
  • 来自专栏chenjx85的技术专栏

    leetcode-443-String Compression

    The length after compression must always be smaller than or equal to the original array.

    93660发布于 2018-05-22
  • 来自专栏繁依Fanyi 的专栏

    Bicriteria Data Compression —— 摘要

    1. 解决问题: 以原则性的方式解决了 LZ77 解析的压缩大小/解压缩时间问题 2. 论文目标: 确定一个 LZ77 解析,在给定的时间T最小化压缩文件的空间占用 相反,交换时间与空间两个变量,在预先给定压缩空间中最小化压缩时间 3. 实现目标: 引入新的 Bicriteria LZ77-Parsing 问题,它以一种原则性的方式形式化了数据压缩器传统上通过启发式方法处理问题。 通过证明和部署加权图的一些特定结构属性,在O(n log n²)时间和 O(n)空间字中有效地解决了这个问题,直到可以忽略的附加

    25410编辑于 2023-05-07
  • 来自专栏AI算法能力提高班

    An Overview of Model Compression and Acceleration

    ---- An Overview of Model Compression and Acceleration Author:Jet Date:2023/07 Background 减少模型存储和计算成本 PTQ推理量化,还是QAT训练量化,二者都需要对需要量化的层进行替换,最终保存是量化后网络的权重,而非网络结构 这篇文章工程能力很强,值得借鉴 References A Survey of Model Compression

    60420编辑于 2023-09-13
  • 来自专栏无题~

    Spark报错:Caused by: java.lang.IllegalArgumentException: Compression codec com.hadoop.compression.lzo

    原因: 因为在之前的项目中,在hadoop中的core-site.xml 和mapred-site.xml文件配置了lzo格式的压缩,这就导致上传到hdfs 的文件自动被压缩为lzo了。所以当使用提交spark-submit任务时,需要访问HDFS上的文件,而spark自身没有lzo的jar包所以无法找到。

    85610发布于 2021-06-11
  • 来自专栏眯眯眼猫头鹰的小树杈

    String Compression

    The length after compression must always be smaller than or equal to the original array.

    46020发布于 2019-04-25
  • 来自专栏SnailTyan

    String Compression

    } } return index; } }; Reference https://leetcode.com/problems/string-compression

    57410发布于 2019-05-25
  • 来自专栏ISP图像处理相关

    compression artifact压缩失真介绍

    一、compression artifact压缩失真介绍 相机经过ISP pipeline各个算法模块处理之后,从相机端输出的数据对于传输网路来说,数据量过大会导致丢帧,数据传输异常等情况。

    77910编辑于 2024-08-07
  • 来自专栏SIGAI学习与实践平台

    AutoML for Mobile Compression and Acceleration on Mobile Devices

    .: N2n learning: Network to network compression via policy gradient reinforcement learning. arXiv preprint Han, S., Mao, H., Dally, W.J.: Deep compression: Compressing deep neural net- works with pruning, trained Kim, Y.D., Park, E., Yoo, S., Choi, T., Yang, L., Shin, D.: Compression of deep convolutional neural Luo, J.H., Wu, J., Lin, W.: Thinet: A filter level pruning method for deep neural network compression CoRR, abs/1611.06440(2016)AMC: AutoML for Model Compression and Acceleration on Mobile Devices 17 39.

    2.7K30发布于 2019-05-07
  • 来自专栏机器学习入门

    String Compression

    String Compression 传送门:443. String Compression Problem: Given an array of characters, compress it in-place. The length after compression must always be smaller than or equal to the original array.

    81180发布于 2018-01-02
  • 来自专栏AutoML(自动机器学习)

    李宏毅-Network Compression课程笔记

    模型通常是过参数的,即很多参数或者neuron是冗余的(例如非常接近0),因此我们可以移除这些参数来对模型进行压缩。

    56200发布于 2019-12-22
  • 来自专栏AutoML(自动机器学习)

    李宏毅-Network Compression课程笔记

    模型通常是过参数的,即很多参数或者neuron是冗余的(例如非常接近0),因此我们可以移除这些参数来对模型进行压缩。

    70420发布于 2020-06-12
  • 来自专栏云计算与大数据

    Configuring Spring Boots Server, GZip compression, HTTP2

    in Spring Boot GZip compression is a very simple and effective way to save bandwidth and improve the GZip compression is disabled by default in Spring Boot. server.compression.enabled=true # The comma-separated list of mime types that should be compressed =1024 Note that, GZip compression has a small overhead. It improves the page load speed of your website by employing several mechanisms like data compression

    1.9K51发布于 2019-05-10
  • 来自专栏AustinDatabases

    MYSQL binlog compression 来自MYSQL 8.020的声音

    默认binlog 的 binlog_transaction_compression 是关闭的, 这两个参数属于全局参数,是无法在系统运行中事务通过session级别来进行设置的。 binlog_transaction_compression_level_zstd系统变量,用于设置用于压缩的zstd算法的级别。 select * from performance_schema.binary_log_transaction_compression_stats\G 在打开相关功能后, 并且在打开事务后有相关的事务运行后 binary_log_transaction_compression 才有相关的信息.

    82640发布于 2021-04-22
  • 来自专栏hotarugaliの技术分享

    2017-ICLR-END-TO-END OPTIMIZED IMAGE COMPRESSION

    本文提出了一种图像压缩框架,其由一个非线性分析变换、一个均匀量化器和一个非线性综合变换组成。这些变换都三层结构,每一层由一个卷积线性过滤器和非线性的激活函数构成。与大多数卷积神经网络不同的是,这些联合的非线性是用来实现一种局部增益控制,这种局部增益控制最初是来源于生物神经元领域的发现(局部增益控制已经成为生物神经元建模的一种方法)。作者使用随机梯度下降方法来联合优化整个模型的率失真性能。针对均匀标量量化器的目标函数不连续问题,作者提出了一种连续可微的近似量化,从而保证在优化过程中梯度能有效地反传。最后在测试集上,作者提出压缩模型展现出比 JPEG 和 JPEG2000 更好的性能。而且,该压缩模型在所有码率和所有图像上,MS-SSIM 性能都要好于 JPEG 和 JPEG2000。

    1.5K41编辑于 2022-05-01
  • 来自专栏LanceToBigData

    Hadoop(九)Hadoop IO之Compression和Codecs

    在Hadoop中为什么要去使用压缩(Compression)呢?接下来我们就知道了。 一、压缩(Compression)概述 1.1、压缩的好处   减少储存文件所需要的磁盘空间,并加速数据在网络和磁盘上的传输。这两个在大数据处理大龄数据时相当重要! 1.2、压缩格式总结 ?   

    1K70发布于 2018-01-18
  • 来自专栏Oracle数据库技术

    关于表压缩(Table Compression)技术概述及其历史演变

    概述 本文介绍Oracle表压缩(Table Compression)技术概述及其历史演变 在Oracle数据库中,普通表(即堆表)可以进行压缩技术来提高数据库性能和节省存储空间。 DML时消耗更多的CPU 表压缩分类 表压缩根据压缩方法不同可以分为以下几类: 基本表压缩(Basic table compression) 高级行压缩(Advanced row compression ) 混合列压缩(EHCC) Warehouse compression Online archival compression 详细分类还可以参考在线文档中的下表: Database Administrator's Guide >20 Managing Tables >>Consider Using Table Compression ? >>Estimating the Compression Factor >>Tuning to Achieve a Better Compression Ratio Database

    1.3K30发布于 2020-03-26
  • 来自专栏大道七哥

    Hadoop(九)Hadoop IO之Compression和Codecs

    阅读目录(Content) 一、压缩(Compression)概述 1.1、压缩的好处 1.2、压缩格式总结 二、编解码器(Codec)概述 三、Java编程实现文件的压缩与解压缩 3.1、原理分析 3.2 在Hadoop中为什么要去使用压缩(Compression)呢?接下来我们就知道了。 一、压缩(Compression)概述 1.1、压缩的好处   减少储存文件所需要的磁盘空间,并加速数据在网络和磁盘上的传输。这两个在大数据处理大龄数据时相当重要! 1.2、压缩格式总结 ?   

    86020发布于 2019-09-10
  • 来自专栏算法修养

    Code Forces 650 C Table Compression(并查集)

    Table Compression time limit per test4 seconds memory limit per test256 megabytes inputstandard input outputstandard output Little Petya is now fond of data compression algorithms. Inspired by the new knowledge, Petya is now developing the new compression algorithm which he wants to

    76930发布于 2018-04-26
  • 来自专栏文武兼修ing——机器学习与IC设计

    Deep-compression阅读笔记基本步骤相关分析总结

    pipeline.png 以上是Deep compression中所述的神经网络压缩方法,主要包括三个步骤: 剪枝:将部分很小的(认为不重要的)权值设为0,使权值矩阵转为一个稀疏矩阵 量化:将剪枝后保留的权值进行量化 speed.PNG 总结 Deep compression的方法概括为剪枝+量化+霍夫曼编码,可以在不损失精度的情况将神经网络压缩,其中对于AlexNet可以压缩35倍,VGG-16可以压缩49倍,且推理时使存储的应用更有效

    1.1K20发布于 2018-10-09
领券