[公开]实验室试剂耗材购置项目第三包:DNA实验室专用耗材中标公告

中标公告 发布日期:2026-06-01 地区:北京 项目编号:11000026210200166592-XM001 预算金额:¥168397 中标供应商:北京吉采泰科科技有限公司 实施地点:及中标成交金额 数据采集:2026/07/19 21:38

📊中标评审分析官方公示数据

代理服务费0.202076万元
评审专家季永青、潘世芬、闫有青、贾志凌、邱艳

🤖中标原因深度分析独家解读

222/PyTorch-Lightning

/requirements.txt
# PyTorch-Lightning
Lightweight, modular, and extensible PyTorch library for training deep learning models, inspired by Keras.

Quickstart

Installation

```
pip install torch lightning
```

Basic Usage

```python
from pytorch_lightning import Trainer
from pytorch_lightning.callbacks import ModelCheckpoint
from pytorch_lightning.loggers import CSVLogger

from model import MyAwesomeModel

# Create a model instance
model = MyAwesomeModel()

# Create a trainer instance
trainer = Trainer(checkpoint_callback=ModelCheckpoint(),
logger=CSVLogger())

# Start training
trainer.fit(model)
```

Logging and Monitoring

Lightning automatically logs all relevant information, including hyperparameters, metrics, and models. You can easily view these logs in a variety of formats, including CSV and TensorBoard.

```python
# Customize the logger configuration
trainer = Trainer(logger=CSVLogger(save_dir="logs", version="my_version"))

# Log custom metrics
trainer.logger.log_metrics({"custom_metric": 0.95})

# Log model checkpoint
trainer.logger.log_model("my_model")
```

ModelCheckpoint Callback

The `ModelCheckpoint` callback is a powerful tool for saving and loading model checkpoints during training. You can configure it to save the best model based on a specific metric, and even load the best model from a checkpoint.

```python
# Save the best model based on the validation loss
trainer = Trainer(checkpoint_callback=ModelCheckpoint(
monitor="val_loss", mode="min"
))

# Load the best model from a checkpoint
trainer = Trainer(checkpoint_callback=ModelCheckpoint(
dirpath="path/to/checkpoint",
filename="best-checkpoint-{epoch:02d}",
save_top_k=1,
))

# Load the best model from a specific epoch
trainer = Trainer(checkpoint_callback=ModelCheckpoint(
dirpath="path/to/checkpoint",
filename="epoch={epoch}",
save_top_k=1,
save_last=True,
))
```

Callbacks

Lightning provides a variety of built-in callbacks, including:

  • EarlyStopping: Automatically stops training when the validation loss no longer improves.
  • LearningRateMonitor: Tracks the learning rate during training and logs it to the logger.
  • ProgressBar: Displays a progress bar during training.
  • ModelSummary: Provides a summary of the model's architecture and parameters.
  • ModelCheckpoint: Saves model checkpoints during training.
  • ModelSummary: Provides a summary of the model's architecture and parameters.
  • OptimizerStateSaver: Saves the optimizer state during training.

Logging

Lightning automatically logs all relevant information, including hyperparameters, metrics, and models. You can easily view these logs in a variety of formats, including CSV and TensorBoard.

```python
# Customize the logger configuration
trainer = Trainer(logger=CSVLogger(save_dir="logs", version="my_version"))

# Log custom metrics
trainer.logger.log_metrics({"custom_metric": 0.95})

# Log model checkpoint
trainer.logger.log_model("my_model")
```

Visualization

Lightning provides a variety of visualization tools, including:

  • TensorBoard: Automatically logs and visualizes all relevant information during training.
  • ImageLogger: Logs images and other visualizations during training.
  • PlotlyLogger: Logs plots and other visualizations during training.
  • TensorBoardImageLogger: Logs images and other visualizations to TensorBoard.

Distributed Training

Lightning supports both local and distributed training. You can easily distribute training across multiple GPUs, multiple machines, or even across the cloud.

```python
# Local training
trainer = Trainer()

# Distributed training (local multi-GPU)
trainer = Trainer(gpus=2)

# Distributed training (multiple machines)
trainer = Trainer(tp_degree=2, tp_world_size=2)
```

Customization

Lightning is highly customizable, and you can easily extend the library to fit your specific needs. Here are some examples:

  • Custom Callbacks: Create your own custom callbacks that perform specific tasks during training.
  • Custom Loggers: Create your own custom loggers that log custom information during training.
  • Custom Model Hooks: Create your own custom hooks that are called at specific points during training.
  • Custom DataLoaders: Create your own custom data loaders that load data in a specific way.
  • Custom Training Loop: Create your own custom training loop that trains your model in a specific way.

Contributing

Contributions are welcome! We encourage you to submit pull requests and help us improve the library. Please see the [Contributing Guide](CONTRIBUTING.md) for more information.

Acknowledgements

This library is inspired by Keras, a high-level API for deep learning. It was created by François Chollet and is available at <https://keras.io>. We appreciate the hard work and effort that went into Keras and are grateful for the valuable lessons learned from using it.

License

This library is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

# PyTorch-Lightning
轻量级、模块化和可扩展的PyTorch库,旨在训练深度学习模型,灵感来源于Keras。

快速开始

安装

```bash
pip install torch lightning
```

基本用法

```python
from pytorch_lightning import Trainer
from pytorch_lightning.callbacks import ModelCheckpoint
from pytorch_lightning.loggers import CSVLogger

from model import MyAwesomeModel

# 创建模型实例
model = MyAwesomeModel()

# 创建一个训练器实例
trainer = Trainer(checkpoint_callback=ModelCheckpoint(),
logger=CSVLogger())

📖 阅读完整分析文章 →

一、项目编号:11000026210200166592-XM001

二、项目名称:实验室试剂耗材购置项目

三、中标(成交)信息

总中标成交金额:16.8397 万元(人民币)

中标成交供应商名称、地址及中标成交金额:

中标成交供应商名称:北京吉采泰科科技有限公司

中标成交供应商地址:北京市海淀区学院路20号院炼化楼三层303室

中标金额:16.8397万元

供应商名称 供应商地址 统一信用代码 中标金额 中标成交备注信息
北京吉采泰科科技有限公司 北京市海淀区学院路20号院炼化楼三层303室 91110108MA01JFLB64 16.8397 万元 评审总得分(综合评分法): 88 分

四、主要标的信息

供应商 商品名称 规格型号 数量 单价 总价 服务要求
北京吉采泰科科技有限公司 实验室试剂耗材购置项目 第三包:DNA 实验室专用耗材 详见附件 1 16.8397万元 16.8397万元 详见招标文件

项目用途:用于实验室试剂耗材购置项目 第三包:DNA 实验室专用耗材

五、评审专家(单一来源采购人员)名单:

季永青、潘世芬、闫有青、贾志凌、邱艳

六、代理服务收费标准及金额:

本项目代理费总金额:0.202076万元(人民币)

本项目代理费收费标准:

按《招标代理服务收费管理暂行办法》(计价格[2002]1980号)。

七、公告期限

自本公告发布之日起1个工作日。

八、其它补充事宜

代理服务收费汇款账户信息如下:

开户名称:北京国际工程咨询有限公司

开户银行:交通银行北京右安门支行

账号:81100602610130021000001

具体内容详见附件下载

BIECC-26CG90107/3-2

九、凡对本次公告内容提出询问,请按以下方式联系。

1.采购人信息

名 称:北京市禁毒科技中心     

地址:北京市东城区前门东大街9号        

联系方式:汪老师,010-85223992      

2.采购代理机构信息

名 称:北京国际工程咨询有限公司            

地 址:北京市西城区广安门外大街甲275号            

联系方式:包红月,仇凯彬,李嘉鹏,010-85223992            

3.项目联系方式

项目联系人:包红月,仇凯彬,李嘉鹏

电 话:  010-85223992

0605-中标公告-实验室试剂耗材购置项目 第三包:DNA实验室专用耗材.docx

北京吉采泰科科技有限公司-分项报价表.pdf

招标文件-实验室试剂耗材购置项目 第三包:DNA实验室专用耗材.pdf