Skip to main content

Questions tagged [size]

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc. Please don't use this tag in your posts - it's too generic to usefully categorise your question.

0 votes
0 answers
19 views

Find files in folder with specific size, attach files to email

I am trying to create script which will check source folder if it is empty and if it matches size. Then it will find files with specific string in those folders and then it will send those files to ...
Tomas's user avatar
  • 5
0 votes
0 answers
31 views

wxWidgets: wxFrame() creation diverges by a few pixel, what am I doing wrong?

I am coming from MFC and are currently about to verify wxWidgets. The following code compiles under ucrt64 and runs on a Windows 10 system. My expectation is that the main windows has a size of ...
Steffen's user avatar
-2 votes
0 answers
32 views

How to vertically stretch controls in DataTemplate of ListViewItem inside DataGridCell? [closed]

A wpf DataGrid has this DataGridTemplateColumn: <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Grid Margin="0"> <ListView .....> ... ...
Gerard's user avatar
  • 13.3k
0 votes
0 answers
14 views

How do I make text in Button take up a bigger part of it?

I'm trying to make a custom keyboard for an android app so I'm trying to make the text on the buttons as readable as possible. I want the text to be big on the button, but setting the textSize ...
user26370805's user avatar
-2 votes
0 answers
61 views

How can Flat sequences occupy more memory than container sequences in Python? [duplicate]

Fluent python book describes two types of sequences: Container and Flat, with container sequences being able to hold items of different types but as reference to python objects, while flat sequences ...
DarKing's user avatar
  • 21
0 votes
0 answers
19 views

Resizing picturebox programatically in vb.net [duplicate]

I am trying to resize a picturebox programmatically in vb.net. I have a picture box with a width of 1080 and a height of 1920. I want to keep the height the same and change the width to 608. I ...
Danielle's user avatar
-1 votes
1 answer
48 views

How do I scale or set the the size of an ImageIcon in Java?

I can not find a way to set the size of an ImageIcon placed in a JLabel. I i.e. want to load image with size 32x32, but paint in size of 16x16 pixel (or 144 dpi). I can no where find a way to set the ...
Stuepfnick's user avatar
0 votes
0 answers
29 views

VMs of family B

I'm currently evaluating various VM sizes and families for deployment in my production environment, where I primarily run Power Automate and Chrome for automation tasks. I've been using VMs from the B-...
JoaoMaia's user avatar
0 votes
0 answers
50 views

How can I reduce my APK size? The lib folder is too big in it

I'm currently working on a small project utilizing GeckoView. Despite starting with an empty project and merely adding GeckoView to the dependencies (without adding any resources or images), the APK ...
Panku's user avatar
  • 1
-1 votes
0 answers
22 views

Let me know Why is it OK?

I want to know Why first struct is not OK with stackoverflow.. plz Let me Know struct Data // My First C++ struct and it is stack overflow { char name[2000][70]; char id[2000][50]; char ...
user25302790's user avatar
0 votes
0 answers
16 views

RuntimeError: The size of tensor a (128) must match the size of tensor b (122) at non-singleton dimension 2

Description Error During Fine-Tuning Nvidia TTS Fastpitch Model with Custom Dataset I am currently trying to fine-tune the FastPitch model from NVIDIA NeMo on a custom dataset but encountered the ...
Hasan Maqsood's user avatar
-2 votes
0 answers
36 views

Border-box property not working without explicitly setting height / width ? What to do when only need padding?

When using border-box without defining the height or width, it does not work. When you change the padding of the input[type="email"], it will still increase the overall height and width. I ...
Chen Ching's user avatar
0 votes
0 answers
27 views

Unity Can a variable, changing array be assigned for one spot in an array

So I might already have an answer for this but if I have a 2d array is there anyway to have a spot be in array that can change sizes and content? If not, how could I go about this? Can lists do this? ...
NovaBlade's user avatar
0 votes
0 answers
6 views

Can I change the maximum Paper size for my Brother HL-L3230CDW Laser Printer - I want to print banners several metres long

In the print settings there is no option a for a banner print, If I select custom page size it only allows 35cm - about A4 length. There is a manual feed tray so I can feed my paper roll there if I ...
Ian Robinson's user avatar
0 votes
0 answers
30 views

embedding dimension and tokenizer max length mismatch while using pretrained gpt model. RuntimeError target size mismatch

I want to evaluate pretrained gpt model. gpt model's embedding layer is (tokens_embed): Embedding(40478, 768) If I set tokenizer's max_length as 512, RuntimeError: Expected target size [2, 40478], got ...
hayo's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
474