<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Batch Script Line Ignored</title><link>http://www.bing.com:80/search?q=Batch+Script+Line+Ignored</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Batch Script Line Ignored</title><link>http://www.bing.com:80/search?q=Batch+Script+Line+Ignored</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>深度学习中的batch的大小对学习效果有何影响？ - 知乎</title><link>https://www.zhihu.com/question/32673260</link><description>这是肯定的，同样的epoch数目，大的batchsize需要的batch数目减少了，所以可以减少训练时间，目前已经有多篇公开论文在1小时内训练完ImageNet数据集。 另一方面，大的batch size梯度的计算更加稳定，因为模型训练曲线会更加平滑。</description><pubDate>Mon, 20 Apr 2026 17:49:00 GMT</pubDate></item><item><title>What is the at sign (@) in a batch file and what does it do?</title><link>https://stackoverflow.com/questions/21074863/what-is-the-at-sign-in-a-batch-file-and-what-does-it-do</link><description>One remotely familiar with windows/dos batch scripting will recognize this line: @echo off For many-many days, I was happy with the sentiment that the @ is how echo off is meant to be written at t...</description><pubDate>Mon, 20 Apr 2026 05:31:00 GMT</pubDate></item><item><title>command line - What does the percent sign (% and %%) in a batch file ...</title><link>https://superuser.com/questions/670992/what-does-the-percent-sign-and-in-a-batch-file-argument-mean</link><description>1 It's a variable. That particular example uses the directory option of a FOR loop, iterating through the directories and assigning them to %%A. That's also not a command-line example, but a batch file example. In batch files, you need to use %%A, while on the command-line, you'd just use %A.</description><pubDate>Fri, 24 Apr 2026 01:38:00 GMT</pubDate></item><item><title>知乎 - 有问题，就会有答案</title><link>https://www.zhihu.com/tardis/zm/art/76798271</link><description>度学习框架中涉及很多参数，如果一些基本的参数如果不了解，那么你去看任何一个深度学习框架是都会觉得很困难，下面 ...</description><pubDate>Sat, 25 Apr 2026 01:51:00 GMT</pubDate></item><item><title>What is the difference between % and %% in a cmd file?</title><link>https://stackoverflow.com/questions/14509652/what-is-the-difference-between-and-in-a-cmd-file</link><description>Your answer is very understandable. in batch acted like in bash. Where one would need to cancel the meaning of the previous percent-sign in a batch file; because variables in batch look like .</description><pubDate>Sat, 25 Apr 2026 10:12:00 GMT</pubDate></item><item><title>What is the meaning of tilde ~ in batch variables? - Super User</title><link>https://superuser.com/questions/1569197/what-is-the-meaning-of-tilde-in-batch-variables</link><description>In this context, it is used to perform substring modification of a variable using an offset from the first character in the variables content, as explained in the help output of Set /?.</description><pubDate>Thu, 23 Apr 2026 12:30:00 GMT</pubDate></item><item><title>卷积神经网络中的batch到底是什么？ - 知乎</title><link>https://www.zhihu.com/question/27700702</link><description>这里直接将CNN常见到的Epoch，iteration和batch_size一起介绍一下吧 Epoch， Batch Size 和 Iteration 举个例子：将10kg的面粉使用面条加工机 (每次只能处理2kg)，加工成10kg的面条。</description><pubDate>Sun, 26 Apr 2026 12:34:00 GMT</pubDate></item><item><title>How do I execute cmd commands through a batch file?</title><link>https://stackoverflow.com/questions/16727941/how-do-i-execute-cmd-commands-through-a-batch-file</link><description>0 I was trying to run a couple of batch files parallely at startup, if a condition was true. For this I made a parent batch file which should have checked for the condition and invoke the other child batch files if the condition was true.</description><pubDate>Fri, 24 Apr 2026 20:14:00 GMT</pubDate></item><item><title>How do I make a batch file wait / sleep for some seconds?</title><link>https://superuser.com/questions/48231/how-do-i-make-a-batch-file-wait-sleep-for-some-seconds</link><description>92 I use a batch file to start up a few of the programs I need running in the background. Up until now, I had used the pause command to execute it after some of the other start-ups finished. I would prefer to use the wait or sleep commands but they do not appear to be included in Windows 7.</description><pubDate>Sat, 25 Apr 2026 10:55:00 GMT</pubDate></item><item><title>深度学习中 Batch Normalization为什么效果好？ - 知乎</title><link>https://www.zhihu.com/question/38102762</link><description>(1)batch非常小，比如训练资源有限无法应用较大的batch，也比如在线学习等使用单例进行模型参数更新的场景。 (2)rnn，因为它是一个动态的网络结构，同一个batch中训练实例有长有短，导致每一个时间步长必须维持各自的统计量，这使得BN并不能正确的使用。</description><pubDate>Fri, 24 Apr 2026 22:09:00 GMT</pubDate></item></channel></rss>