Giscard Biamby

Results 6 comments of Giscard Biamby

I think the documentation is outdated. CassetteStartup should be CassetteNancyStartup, and the .ShouldOptimizeOutput should be .OptimizedOutput. Look at the demo projects for example usage, e.g., https://github.com/ChrisMH/Cassette.Nancy/blob/27fb8f0733d5cea12ccb6eaec06ecb7b455050f4/src/Cassette.Nancy.Demo.TinyIoC/Bootstrapper.cs.

(So, the readme.md that references CassetteStartup.ShouldOptimizeOutput needs to be updated).

Thanks, that fixed it. I think the documentation needs updating. BTW, I've tried several other command line parser libs the past couple of days and so far this is the...

Had a similar issue when running speech_commands and other tasks with distributed training. I launched training with this command and got the same error as @leijue222 : ```bash python -m...

I'm having a similar issue. In some cases it kind of works if I include a trailing comma, e.g., "coffee maker, coffee machine,". But this is not a fix because...

Did you try assigning any of the models or inputs to a particular CUDA device, or did you set CUDA_VISIBLE_DEVICES environment var? I don't know why but when I did...