露娜
受启发,Luna是Tensorflow的功能可视化包。 虽然Lucid不支持Tensorflow 2,因此错过了许多现代功能和使用现代模型的能力,但Luna是以Tensorflow 2为核心构建的。
Luna正在积极开发中。 它不是可用于生产的研究代码,并且缺少Lucid的许多功能。
用法
您可以直接在代码中使用此包。 如果将此软件包放在python文件旁边,则可以在文件中使用以下软件包:
from luna.pretrained_models import models
from luna.featurevis import featurevis, images, image_reader
model = models.get_model("inceptionV3")
# model.summary()
image = images.initialize_image(224,
2022-02-26 16:24:33
17KB
Python
1