--device cpu doesn't work - HyperGAN
This flag in general doesn't work correctly since the move to pytorch.
CPU training should error out. We should consider making CPU sampling work however.
Asked Sep 26 '21 03:09
martyn
1 Answer:
hypergan: error: unrecognized arguments: -B cpu
Traceback (most recent call last):
File "/home/derin/.local/bin/hypergan", line 68, in <module>
args = CommandParser().get_parser().parse_args()
File "/usr/lib/python3.8/argparse.py", line 1783, in parse_args
self.error(msg % ' '.join(argv))
File "/usr/lib/python3.8/argparse.py", line 2533, in error
self.exit(2, _('%(prog)s: error: %(message)s\n') % args)
File "/usr/lib/python3.8/argparse.py", line 2520, in exit
_sys.exit(status)
SystemExit: 2
Error detected, HyperGAN exiting
cloned the repo
1
Answered Oct 08 '20 at 07:34
kahveciderin
Read next
- Add some way to know if a member has passed the server verification - JavaScript discord-api-docs
- [Feature request] Make zulip urls be opened by the zulp app. - TypeScript zulip-desktop
- failure to launch VSCodium; GdkPixbuf error - AppImageLauncher C++
- What does this mean? - spleeter
- electron can electron-triage bot reopen old issues if deemed appropriate rather than forcing us to create new issues? - Cplusplus
- kyverno [BUG] Deploying via helm with custom release name fails webhook config Go
- Use say command in console may cause connection disconnect. - Java Mindustry
- ScalaJSON AST first milestone release on scala-platform - Scala json4s