Indeed seems like it might be problem related to argument parsing. Can you try passing options using=instead? For instance, instead of['--foo', '/some/path'], pass['--foo=/some/path']. Ref:#1642 I tried passing the arguments using=, except for the-kand the boolean options that don...
Probably not the best place to report it, but I have irrelevantpytest: error: unrecognized argumentsin the following case: Directory structure: setup.cfgcontents: [tool:pytest] testpaths = tests addopts = --aiohttp-fast There is a custom argument insidetests/conftest.py: ...
but a different one --- namely that autoreconf could not be found (I don't have full logs, which will become clear below). Weird that p4a's build couldn't find autoreconf, as it was installed normally as a Debian package, and could easily be found ...
to run trainer.') 7 flags.DEFINE_integer('hidden1', 128, 'Number of units in hidden layer 1.') c:\users\jinsu\appdata\local\programs\python\python36\lib\site-packages\tensorflow\python\platform\flags.py in wrapper(*args, **kwargs) 56 'Use of the keyword argument names (flag_name, ...