All Questions

19771 questions


1 answers
388 views
0
I want to add my name and score to the list and display them all together at the end.

I am writing a code that allows me to add my name and score to the list in python.The code below is a test code that adds your name and score to the list and tries to exit the code at any time, so it ...

1 years ago

2 answers
480 views
0
width_ratios of subplots function with imshow does not work

In order to adjust the height of axs[0,1] to the height of axs[0,0] and the width of axs[1,0] to the width of axs[0,0], we executed the following code. However, the width of axs[1,0] and axs[0,0] do n...

1 years ago

2 answers
317 views
0
I want Python to use regular expressions and get strings with initials and endings

Run EnvironmentWindows 10Python 3.X What do you want to doWe would like to list the following strings using the regular expression re.findall to obtain up to two units: numeric values and ms and MB.I ...


1 answers
420 views
0
Is this an overlearning phenomenon?

35 minutes ago35 minutes agoWhen training neural networks (NN) A and B with different configurations simultaneously with the same training data (batch), the inference accuracy of B is always much bett...


1 answers
491 views
0
I want to know what to do with make [source directory cannot contain spaces or colons.]

The presentation console screen is a Linux kernel downloaded from the following site:I'd like to build this into an ISO file and run it in vmware player, but I don't know how to work with the followin...

1 years ago

1 answers
430 views
0
I want to know how to create a Linux-based operating system.

I'd like to create a Linux-based OS that works with raspberry pie, and I'd like to know the procedure to do so.I have looked into various things, but I do not understand the following.I want to create...

1 years ago

1 answers
427 views
0
Unable to edit Rc 's T

I'd like to ask you about the following.We used Rc and RefCell to verify the operation as follows.use std::borough::BorrowMut;usestd::cell::RefCell;use std::rc::Rc;# [derive (Debug)]US>structure Test ...

1 years ago

1 answers
310 views
0
Interpreting -> AllocateTensors() on Spresense and TFlite fails

I'm trying to implement the encoder side of the convolutional autoencoder in the spresense using the spresense and Tensorflowlite.The bad status is returned when you assign a tensor in interpreter->...

1 years ago

1 answers
392 views
0
I want to express the type std::chrono::steady_clock::time_point in milliseconds.

std::chrono::steady_clock::time_point now = std::chrono::steady_clock::now();I'd like to print the now represented by in milliseconds. How should I describe it? std::cout<<std::chrono::duration_...

c++
1 years ago

1 answers
217 views
0
Understanding the Output Method of Variables Using Smart Pointers

I want to print num1, num2 using std::cout.I have the following codes (1) and (2), but I don't know how to write a for statement in this case.structure Data{std::shared_ptr<std::array<SomeData, ...

c++
1 years ago
« - 51 - »

© 2024 OneMinuteCode. All rights reserved.