Tom Arrow

Results 78 comments of Tom Arrow

Unless I'm mistaken, niter isn't the number of iterations per epoch, but rather the total number of iterations for the entire training. The iterations per epoch are determined by batch...

As an additional note, doing "Save URLs only" also only outputs the DASH_720.mp4 file location, and worse, it seems to stop after the first page is loaded, so it doesn't...

> > > None of the videos I downloaded have audio, pls help me For the time being, if you need audio, you have to use youtube-dl (or something comparable),...

Agreed, this would be a good fix. Very annoying.

Thanks for your answer. I tried opening the folder in Visual Studio (2019 btw) as a CMake project, set the config to clang and I got this error: STUDIO/2019/COMMUNITY/VC/Tools/Llvm/bin/clang-cl.exe has...

Going back to the original idea of compiling with VS normally (since clang doesn't seem all that well implemented in VS, not giving meaningful errors for example), would you consider...

Well, it wouldn't necessarily mean you have to support it explicitly, it would just get rid of some major hurdles that make it impossible. But alright, I'll respect your decision....

So when I try to properly use the CMAKE gui and I specify the platform toolset as "ClangCL", I get a bit further than usual, but I end up with...

Not sure if it helps in any way but here's the -help output of the clang-cl.exe: ``` OVERVIEW: clang LLVM compiler USAGE: clang-cl.exe [options] file... CL.EXE COMPATIBILITY OPTIONS: /? Display...

So, I've created my own fork and resorted, at least temporarily, to commenting out the part that sets the flag parameter. The reason is this: ```# yes, need to keep...