Code Monkey home page Code Monkey logo

Comments (4)

valentina-kustikova avatar valentina-kustikova commented on July 23, 2024

@FenixFly, нужен конфигурационный файл бенчмарка, на котором происходит падение.

from dl-benchmark.

FenixFly avatar FenixFly commented on July 23, 2024

Конфиг падающего теста с i7:

	<Test>
		<Model>
			<Task>classification</Task>
			<Name>alexnet</Name>
			<Precision>FP32</Precision>
			<SourceFramework>Caffe</SourceFramework>
			<ModelPath>/mnt/models/public/alexnet/FP32/alexnet.xml</ModelPath>
			<WeightsPath>/mnt/models/public/alexnet/FP32/alexnet.bin</WeightsPath>
		</Model>
		<Dataset>
			<Name>ImageNET</Name>
			<Path>/tmp/itlab-vision-dl-benchmark-data/Datasets/ImageNET/</Path>
		</Dataset>
		<FrameworkIndependent>
			<InferenceFramework>OpenVINO DLDT</InferenceFramework>
			<BatchSize>8</BatchSize>
			<Device>CPU</Device>
			<IterationCount>1000</IterationCount>
			<TestTimeLimit>180</TestTimeLimit>
		</FrameworkIndependent>
		<FrameworkDependent>
			<Mode>async</Mode>
			<Extension></Extension>
			<AsyncRequestCount></AsyncRequestCount>
			<ThreadCount></ThreadCount>
			<StreamCount></StreamCount>
		</FrameworkDependent>
	</Test>

Конфиг падающего теста с i3

	<Test>
		<Model>
			<Task>classification</Task>
			<Name>inception-resnet-v2-tf</Name>
			<Precision>FP32</Precision>
			<SourceFramework>TensorFlow</SourceFramework>
			<ModelPath>/mnt/models/public/inception-resnet-v2/FP32/inception-resnet-v2-tf.xml</ModelPath>
			<WeightsPath>/mnt/models/public/inception-resnet-v2/FP32/inception-resnet-v2-tf.bin</WeightsPath>
		</Model>
		<Dataset>
			<Name>ImageNET</Name>
			<Path>/tmp/itlab-vision-dl-benchmark-data/Datasets/ImageNET/</Path>
		</Dataset>
		<FrameworkIndependent>
			<InferenceFramework>OpenVINO DLDT</InferenceFramework>
			<BatchSize>1</BatchSize>
			<Device>CPU</Device>
			<IterationCount>1000</IterationCount>
			<TestTimeLimit>180</TestTimeLimit>
		</FrameworkIndependent>
		<FrameworkDependent>
			<Mode>sync</Mode>
			<Extension></Extension>
			<AsyncRequestCount></AsyncRequestCount>
			<ThreadCount></ThreadCount>
			<StreamCount></StreamCount>
		</FrameworkDependent>
	</Test>

from dl-benchmark.

maslovaz avatar maslovaz commented on July 23, 2024

@FenixFly посмотрите, пожалуйста, этот фикс #384
должно починить создание файла с логом

from dl-benchmark.

FenixFly avatar FenixFly commented on July 23, 2024

@maslovaz спасибо, помогло!

from dl-benchmark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.