由买买提看人间百态

topics

全部话题 - 话题: size
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c**c
发帖数: 39
1
来自主题: Programming版 - 请教:vector size in R
我运行R的时候遇到这样的errror message:
Error: cannot allocate vector of size 375000 Kb
可是我查我的memory size 是:
memory.limit(size = NA)
[1] 1610612736
这么大的memory,怎么还不够呢?
r*****e
发帖数: 792
2
没有使用STL的情况下,有如下程序:
int *array = new int(1000000);
if (array == 0) cout<<"insufficient memory"< for (...) //赋值
array[i] = 随机数;
但是当i=33790后,就出现segmentation fault,
试过多次总是在33790后出错。如果array换成double
则改为在33790/2 = 16895后出错。显然和memory size
有关系。
既然array pointer没有返回空值,说明内存申请到了,但是
为什么出错呢?是系统heap size不够还是什么别的原因?
ulimit -a 显示stack size 为(kbytes -s) 10240, 而
33790×4没有10240k大啊?man ulimit说单位是1024byte,
也不知道ulimit -a中显示的到底是byte呢还是kbyte。
反正试过‘ulimit -s 很大的数’ 也没区别。
另外,如果用 int array[1M]的话,可以运行,但是到3M左右
就又是segmen
t****t
发帖数: 6806
3
no you can not get the array size if the array is function parameter. T[]
will be automatically converted to T* for function parameters.
theoretically, the size of array is a part the type. int [5] and int [3] are
different types. therefore it is impossible to get the size information at
runtime, if you don't know it at compile time.
w***g
发帖数: 5958
4
来自主题: Programming版 - 有论文说大batch size会导致过拟合
昨天又看到两篇paper/帖子,没细看。 一篇说batch size大容易过早收敛。
另一篇说训练到后来不应该缩小learning rate而是应该增大batch size。
那种好几k的batch size应该是上了8显卡吧。
刚刚好不容易拼出一个2 titan xp的机器,还不甚稳定。小作坊日子不容易啊。
w*****r
发帖数: 197
5
来自主题: Programming版 - 有论文说大batch size会导致过拟合
你想多了,人家可以用CPU做实验


: 昨天又看到两篇paper/帖子,没细看。 一篇说batch size大容易过早收
敛。

: 另一篇说训练到后来不应该缩小learning rate而是应该增大batch size。

: 那种好几k的batch size应该是上了8显卡吧。

: 刚刚好不容易拼出一个2 titan xp的机器,还不甚稳定。小作坊日子不容
易啊。

T*******n
发帖数: 493
6
Assuming that you are still referring to amsbook.cls,
do you want to get rid of the small caps in the caption
or do you really want a bigger font size?
The font size for the captions used by amsbook.cls is
the LaTeX default of \normalsize (i.e., amsbook.cls
doesn't change the font size for captions). If you want
to change this to something bigger (I suggest you don't
because your caption text will end up larger than the
regular text), add the following to the style file in my
previous post:
\le
e******d
发帖数: 310
7
The Large font has the following default point size
===========================
Command Nominal Point Size
\Large 14 14.40
===========================
How can I change the point size of {\Large } to 14.0?
Thank you a lot.
f********u
发帖数: 572
8
【 以下文字转载自 Linux 讨论区 】
【 原文由 flywithyou 所发表 】
How to checck the size of the / directory?? Does the size
showed up when you excute ls -al mean anything?
Specifically, my problem is:
I installed a VMware in my WindowsXP.
I installed a Linux Redhat 7.3 inside of VMware.
I gave This Linux virtual machine a 10G virtual disk size.
I gave it 512M memory.
I am hoping to install Oracle 9i Release 2 into this Linux virtual machine.
But when I run the runInstaller of Oracle 9i in order to install the
databa
j*******7
发帖数: 746
9
home size就是房子的面积,不是Lot.
j****t
发帖数: 1663
10
来自主题: Biology版 - Chip-seq DNA size 求助
我得到过和你差不多的size,有时略大些,average size is 300-350bp
因为上sequencer之前要作size selection (切胶纯化,200-400bp左右),所以我觉
得把DNA打到300bp左右应该还是可以测序的。
你不放心的话,可以先找个positive control region 来测一下你的ChIP DNA.再上
sequencer
j****t
发帖数: 1663
11
来自主题: Biology版 - Chip-seq DNA size 求助
我得到过和你差不多的size,有时略大些,average size is 300-350bp
因为上sequencer之前要作size selection (切胶纯化,200-400bp左右),所以我觉
得把DNA打到300bp左右应该还是可以测序的。
你不放心的话,可以先找个positive control region 来测一下你的ChIP DNA.再上
sequencer

发帖数: 1
12
也就是说如果shearing的好 就不用做size selection?
[在 finixtree (alix) 的大作中提到:]
:不能这么说,这size不是真正意义上的selection,比如next500,基本500bp以上的都
:会丢失掉,放在里面只是浪费了loading的量而已
:<br>: 凡是要选size的都是伪科学
:<br>: beads。
:<br>
d***o
发帖数: 1042
13
来自主题: Business版 - 请教MBA class size 问题
我在学校的网站上看到2010年的class size. class size 是指去年录取人数吗?比如
说,class size: 100; 就是录取了100人,还是指一个班有100人,录取了不止一个班
v****m
发帖数: 26
14
来自主题: Computation版 - [转载] re:How to check the stack-size?
【 以下文字转载自 Unix 讨论区,原文如下 】
发信人: vvllmm (vv), 信区: Unix
标 题: re:How to check the stack-size?
发信站: The unknown SPACE (Wed Jul 10 13:45:43 2002) WWW-POST
'Limit' gives the limitation on the machine, not the running code's stack
size. The reason I wanna know that is because once I use another larger set of
input data, I got a bus error(not sure about it), while use smaller set of
input data, no problem at all, the code runs smoothly.
Thank you.
stack-size?
m******n
发帖数: 18
15
XC6VSX475T
datasheet has only package size 35x35 with 1mm pitch. Since it is a flip-
chip based BGA, does anyone know the actual die size and flip chip pitch?
Thanks!!!
l**********e
发帖数: 138
16
菜鸟求教EE大拿们:
180nm的工艺,process feature size应该是180nm, 也就是最小栅长(L),是吗?那
么database unit (DBU), manufacturing grid, 以及snapping grid 相应地应该怎么
设置?看GDSII文件里DBU设置在0.001um,为什么这么小?feature size是不是就是指
版图里允许画的最小的尺寸,小于这个就通不过DRC了?比如说,180nm的工艺,无论是
W还是连线长度都必须是180nm的整倍数,snapping grid必须是feature size的整倍数
?如果画个200nm的金属线实际做出来是200nm还是180nm?
D********g
发帖数: 533
17
没有做过SAXS的。做过相变中小角光散射的处理。权且抛砖引玉:
和你不同的是没有取向问题。要particle size的话算法是这样的,按照中心开始不同
半径统计光强,然后plot一个光强I-对半径r的关系。
散射光强其实就是你实际particle的密度函数的Fourier变换。所以r其实就是你的
particle domain size的倒数(其实严格来说r空间是你的lab coordination的inverse
space)。然后你的光强其实等价于你的概率密度。比如说你最强I的那个r值,就是你的
数均particle size
考虑到你这个里面还有取向,所以可能稍微会复杂一点。但是应该原理一样。算法其实
不难,用matlab就能很容易的实现。
可以参考一下Omar或者Kittle的solid state physics的书。
a****2
发帖数: 477
18
请问谁给解释一下什么是Gears/Bearings/Pulley sizing and Motor Sizing?
谢谢
m***c
发帖数: 1403
19
谢乐公式在这个size是无效的。所以不可以用来估算。用XRay的话只能用SAX加上
TEM得到的颗粒形状信息来拟合。 话说回来已经这么小的size了,再精确又有多大
差别呢? 气体吸附一样要预估颗粒形状,这个小size的颗粒很难做到形状一致,
所以。。。。。。相比而言还是TEM最精确

CO
particle
d*g
发帖数: 116
20
来自主题: Nursing版 - [合集] 寻petite size top
☆─────────────────────────────────────☆
gaigai (小虫) 于 (Wed Nov 29 17:50:01 2006) 提到:
local的uniform store里裤子有petite size的,但是top没有petite size的,如果哪
位知道某个网站卖petite size的top,请告知,谢了。
☆─────────────────────────────────────☆
wowo (五线谱纹身) 于 (Wed Nov 29 18:46:38 2006) 提到:
人个头小真是麻烦.偶现在穿大衣服都习惯了,衣服大的可以再裝下半个偶,
裤子都是拖地用的.可是最近真的不想再买制服了.

☆─────────────────────────────────────☆
axin (阿信) 于 (Wed Nov 29 19:00:18 2006) 提到:
http://www.pulseuniform.com/petites-scrub-tops.asp
also mini top on this web:
h
r******l
发帖数: 121
21
I would like to see your reference about the
definition of NA. This definition is a little bit different from the
conventional one, and it uses the minimum spot size of the beam in the
medium. The actual spot size can be obtained using Fourier transform formula
given a beam size, the converging angle and the refractive index of the
medium.
s*****r
发帖数: 790
22
来自主题: Statistics版 - 请教一个关于有效sample size的问题
Nobody can answer your question.
You didn't say what you want to estimate and what your requirements are.
the only things you have said are useful: total sample 820000, and normal
assumption, and you want a sample size.
what if I told you sample size of 10? Is it ok?

但这个并不是我最关注的,因为不管求什么的分布(student score, GDP, or blood
pressure), 只要我样本基本符合正态分布,我都可以standardize整体数据来求
minimum sample size, 但我不知道该用什么公式以及已知变量来求。
formula
s*********y
发帖数: 34
23
来自主题: Statistics版 - 一个Sample Size计算的问题
现在准备对一个区的客户抽样, 进行产品价格反应调查. 抽样的客户准备分三个组, 每
个组给邮寄不同giftcard 面值如果他们购买产品, 所有客户的产品价格都一样. 目的
的比较不同的giftcard对购买率的影响.
怎么计算Sample Size? SAS 里面是有Sample Size的计算,但是是基于正太分布的
numerical data.我现在的这个实验是Categorical Data Analysis.
大家能推荐本计算Sample Size的书.
s*********y
发帖数: 34
24
来自主题: Statistics版 - Sample Size 计算请教
怎么计算Sample Size? SAS 里面是有Sample Size的计算,但是是基于正太分布的
numerical data.我现在的这个实验是Categorical Data Analysis.
大家能推荐本计算Sample Size的书.
w*******9
发帖数: 1433
25
paired data variability 小所以需要的size小,这是为什么要pair. 比如x=rnorm(
100), y=x+0.01, 如果是paired, pvalue=0. 如果是unpaired, pvalue会很大。
你说的paired survival sample size 很有意思,你看见的sample size
modification 能给个链接吗
?我想学习学习。

),
design
c***z
发帖数: 6348
26
来自主题: Statistics版 - a question on sample size
Hi all,
I was asked a question about sample size and I forgot how to answer it.
Here it is: suppose we want to predict market share of 5 products, what is
the minimal sample size we need so that the error is less than 1%?
I have never worried about sample size since we have billions of records...
But since the boss asked, I need to worry about it now...
Can anyone help me? Is this called the power analysis?
Thanks a lot!
F*******2
发帖数: 371
27
Keep in mind that n is the sample size for each mean and not the number of
samples. Remember in a sampling distribution the number of samples is
assumed to be infinite. The sample size is the number of scores in each
sample; it is the number of scores that goes into the computation of each
mean.
http://onlinestatbook.com/stat_sim/sampling_dist/index.html
The simulation shows even if sample size=5, when you have enough number of
samples, sampling distribution of sample mean still follows normal
d... 阅读全帖
l*********l
发帖数: 49
28
来自主题: Statistics版 - sample size问题求教!!
有下面这么一个关于质检的sample size的问题,不能用aql table, 请问用什么统计
的方法得到合适的test sample size?
While performing a lot release test on 35 devices, one of the devices failed
the test. So there is a concern that the lot will have too many defective
devices. Therefore additional testing will be conducted to look for
defective devices.
Assuming the Lot size is 500,000, how many devices need to be tested to
determine that the batch is good? (note: amongst the tested samples, no more
than 0.95% of the sampled devices sho... 阅读全帖
s***e
发帖数: 323
29
来自主题: WeddingBells版 - 求婚的戒指是早就打听好的size吗?
按说是个surprise,可是一问手指size不就达不到这种效果了吗?
还是猜测个size,如果不合适然后再去resize?
很疑惑求婚的GG是怎么知道Size的?
C******g
发帖数: 2930
30
Recently, Ve3tro reported the Final Fantasy XIII Xbox 360 install sizes for
the three discs it comes on. Disc one weighed in at 5.0GB, disc two 5.8 and
the last 6.6GB. That’s a grand total of 18.3 GB. When compared to the
Japanese PS3 version, which packs a total of 39.4GB on on Blu-ray, (
according to Digital Foundry), it’s merely have the size. What are the
reasons? There’s no need to worry.
The size difference should not frighten Xbox 360 owners, the game has a
great amount of CGI cutscenes,
w*******y
发帖数: 60932
31
It is back again from amazon,but this time only size 4 is available. Huggies
Overnites Diapers size 4(64 count) for $13.93 with subscribe and save
option and free shipping. If you do not opt for subscribe and save ,it would
be 16.39 for 64 diapers.
Link:
http://www.amazon.com/Huggies-Overnites-Diapers-Size-64-Count/dp/B0027A8QXE/ref=sr_1_9?ie=UTF8&s=baby-products&qid=1277260755&sr=1-9
w*******y
发帖数: 60932
32
This is an awesome deal. Any of you who are in the protein deals really
should be using BCAA if you aren't already. It's one of the only four
supplements I ever recommend. Save your money on crap like N.O.-Xplode and
buy this.
Xtend comes in two sizes, 30 servings & 90 servings. GNC has the 30 serving
tub with 25% more so you get 38 servings. The bonus size is on sale for $19.
99, use 25% Bing CB to make your price $14.99.
Nutraplanet typically has the best price on the 90 serving size for $45.9
w*******y
发帖数: 60932
33
Thought I got the hook-up a month and a half ago when I ordered these at $14
each. Amazon has since dropped the price to $15 and then the 30% off drops
it down to $11. Not sure about price comparisons on other sizes since we
only need 5's right now. Great diapers, by the way.
Link:
http://www.amazon.com/gp/product/B0027A8QYS/ref=ox_ya_os_product
w*******y
发帖数: 60932
34
ScoutStuff.org has certain scouting items on clearance. Most notably is the
official scout uniform Switchback convertible (zip off) pants that normally
are about $40 on clearance in certain limited sizes for $4.95 (plus
shipping). Most sizes seem to be the smaller boys and larger men's sizes.
These are some older styles but still worn frequently and still "official"
uniform items.
Youth and Men Switchback Pants:
http://www.scoutstuff.org/BSASupply/ItemDetail.aspx?cat=01CLO&ctgy=PRODUCTS&c2=CO
w*******y
发帖数: 60932
35
Target Deal of the Day
Girls' Circo Denim Jeans - Light Wash
Not ALL sizes are there, sorry
Link:
http://www.target.com/gp/detail.html/?asin=B00182A81K&ref=sc_sk_txt_1_1
Need to add TWO to cart for price
Sizing and Fit: Kids (4-16) Sizing with a Regular Fit
Wash: Light Wash
Rise: Regular Rise
Pant Leg: Bootcut Ankle Length
Material: 54 % Ramie, 24 % Cotton, 20 % Polyester
Care and Cleaning: Machine Wash Cold, Tumble Dry Low
Closure Style: Zip and Snap Fly Closure(s)
Hem Style: Finished Hem(s)
Po
w*******y
发帖数: 60932
36
Overstock.co m has Renaissance Woven Stripe 600 Thread Count Sheet Set:
http://www.overstock.com/Home-Garden/Renaissance-Woven-Stripe-600-Thread-Count-Sheet-Set/3937025/product.html
as today's deal for $39.99, any size. with the 10% off coupon, this drops
down to $36 with free shipping. {I don't see where to enter coupons on
overstock, so what i did was if you have a facebook account and lookup their
page,:
http://www.facebook.com/?ref=home#!/Overstockdotcom
#!/Overstockdotcom" rel="nofollow"... 阅读全帖
w*******y
发帖数: 60932
37
Amazon has Pampers Cruisers, Size 5, 124ct:
http://www.amazon.com/Pampers-Cruisers-Diapers-Size-124-Count/dp/B00347AFGA/ref=sr_1_1?ie=UTF8&s=hpc&qid=1288193635&sr=1-1
on sale for $35.00. Save 15% for subscribe and save and 15% for Amazon Mom
bringing the total down to $24.50 (or just under 20 cents per diaper).
Joining Amazon Mom:
http://www.amazon.com/gp/mom/signup/info//ref=amb_link_353930222_2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=top-1&pf_rd_r=1PGSDN5NNRX9MVJ5DNS0&pf_rd_t=301&pf_rd_p=1274791802&pf... 阅读全帖
w*******y
发帖数: 60932
38
I have been watching Emu Australia Premium (sheepskin) boots at Amazon for
weeks and they have been dropping in small increments lately. Tonight,
several I have been watching dropped to more than 50% off list price. If
you are fortunate enough to wear the sizes that are on major price breaks,
head on over there and grab a pair!
Link:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=emu premium&x=0&y=0
I am personally partial to the EMU Australia Women's Stinger Hi Pre... 阅读全帖
w*******y
发帖数: 60932
39
Was out looking for the wife an electric blanket for Christmas and came
across this.
JCPennys has there Sealy Plush Electric Blankets marked down and the coupons
that are in the instore flyer stack from $239.99 (King) down to $59.99
The price online shows $59.99 on the website before $10 flyer coupon.
Went in store and the price on the King and Queen sizes of these are ringing
up $49.99
The flyer has a $10 off of $50 and the cashier let me use the coupon.
Final price was $41.99
I checked the oth... 阅读全帖
w*******y
发帖数: 60932
w*******y
发帖数: 60932
41
Overall excellent quality helmet, especially at this price range... perfect
for someone in search of a new helmet in your specific size
Reviews can be found at Link:
http://www.webbikeworld.com/r2/motorcycle-helmet/bell-vortex/
Bell Vortex Striker Graphics available in colors RED and SILVER... ALL sizes
at time of posting
Link:
http://www.extremesupply.com/product/BELLVORTEXSTRIKERHELMET.ht
Bell Vortex Torn Graphics available in GOLD color, ALL sizes at time of
posting
Link:
http://www.extremesu... 阅读全帖
w*******y
发帖数: 60932
42
Ugg Ws Classic Tall - $126, SAND Color, Size 6 Only
Ugg Ws Classic Short Chestnut color only, available size 6 & 7.
Ugg Care Kit - $14
And some other boots, size limited
Sign up for their email list to get $10 coupon off $50 purchase.
Free shipping on orders of $99 or more.
Link:
http://shop.billandpauls.com/istar.asp?a=29
they are authorized dealer:
Link:
http://www.uggaustralia.com/retailstores/onlinestores.aspx
w*******y
发帖数: 60932
43
linky size 5:
http://www.amazon.com/gp/product/B002VPE530/ref=rcxsubs_thankyo
Price: $30.65 $21.45 (after 30% discount)
linky size 5:
http://www.amazon.com/gp/product/B002VPE530/ref=rcxsubs_thankyo
Includes the standard 15% Subscribe & Save discount, plus an additional 15%
discount for Amazon Mom members
Edit: You also can save another 20% with coupon from PARENTING MAGAZINE. If
you dont have the magazine, you can buy coupon on eBay Linky:
http://shop.ebay.com/i.html?LH_BIN=1&_nkw=amazon 20% ... 阅读全帖
w*******y
发帖数: 60932
44
Amazon.com:
http://www.amazon.com/gp/product/B004CK97EO
has Pampers Splashers diaper size 3-4 (24 counts) and size 5 (22 counts)
for $10.49 - 15% S&S - 15% amazon mom - $1.50 coupon = $5.84 + Free shipping.
Coupon can be found here:
http://www.amazon.com/Coupons-Grocery/b?ie=UTF8&node=2231352011
, just keep refresh until you find the coupon for ONE Pampers Diapers or
Pants Expires June 4, 2011
You can sign up for a free membership to amazon mom here:
http://www.amazon.com/gp/mom/signup/welcome... 阅读全帖
w*******y
发帖数: 60932
45
SkechersTone Ups 'Chalet Carve' Boot:
http://www.jcpenney.com/jcp/X6.aspx?GrpTyp=STY&ItemID=18c320b&N 4 877 878 5 961 6 29 3 598 11 15 12 506 10 23 585 596 963 579 1031 8 1022 1014 18 904 903 969 833 949&hdnOnGo=true&NOffset=0&Ntt=carve&SearchString=carve&N=4294959029&SO=0&PSO=0&CmCatId=searchresults
Enter coupon code SURMAY11
Free ship to HOME
SIZE 6 and 11 in "Chocolate" ONLY
Smart fitness toning boot keeps you cozy and cool while helping strengthen
muscles, promoting weight loss and reducing ... 阅读全帖
w*******y
发帖数: 60932
46
The 33 pack easy ups for girls is on sale on amazon for $8 (as compared to
its selling price on target and elsewhere for $18-19 )....also when u click
on the product, below you see a $1.50 coupon where it says 'clip this coupon'
when you do that, u can get the product for $6.70 with free prime shipping
There is no subscribe and save, but these diapers are working out cheaper
than costco ...
Link:
http://www.amazon.com/gp/product/B004EJAPBM
The only strange is that it asks you to choose a size, a... 阅读全帖
w*******y
发帖数: 60932
47
Shipped free to home
Use coupon code SEARSJUNE15
Size guide:
http://www.sears.com/shc/s/dap_10153_12605_DAP_SizeChart Shoes BoysGirls
The 9/10 and 11/12 look to be for smaller kids, age 4-6 or so.
More sizes available in the Navy color. It says 'Boys' but my girl would be
fine with navy
Personal Identity Youth Boys' Embry - Navy:
http://www.sears.com/shc/s/p_10153_12605_03699527000P?prdNo=1&b
$3.39 shipped
Keep him safe around the water he loves so much in these handsome slip-ons.
Navy
Youth b... 阅读全帖
w*******y
发帖数: 60932
48
Size 1 for just under 9.4 cents each, grabbed some for a family friend.
Free 2-day shipping with Amazon Mom (you don't even have to be a parent to
join, just some form of supportive caregiver)
Pampers Swaddlers Sensitive Diapers Size 1 $17.99 ($0.09 / count)
4 out of 5 moms who used Swaddlers Sensitive diapers would recommend to
a friend
Color-changing Wetness Indicator (diaper sizes newborn, 1, 2)
The #1 choice of hospitals for newborns (based on sales data)
Now MORE diapers in... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)