Bob Smith

Results 4 issues of Bob Smith

I'm interested in how to generate more training data from existing `.sgf` file, especially for the `policy_target` and `value_target` attribute. Is there some code already implemented this feature?

When run `python benchmark_mat.py` I got Traceback (most recent call last): File "/{python_path}/lib/python3.8/site-packages/scipy/io/matlab/mio.py", line 39, in _open_file return open(file_like, mode), True FileNotFoundError: [Errno 2] No such file or directory: '/{code_dir}/data/cover.mat'...

It will be very helpful for us to see the released code and related result.

java.lang.NullPointerException at sun.net.util.URLUtil.urlNoFragString(URLUtil.java:50) at sun.misc.URLClassPath.getLoader(URLClassPath.java:512) at sun.misc.URLClassPath.getNextLoader(URLClassPath.java:484) at sun.misc.URLClassPath.getResource(URLClassPath.java:238) at java.net.URLClassLoader$1.run(URLClassLoader.java:365) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at net.qihoo.spinner.HdfsClassLoader.loadClass(HdfsClassLoader.java:35) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at net.qihoo.spinner.HYReflection.newInstance(HYReflection.java:70) at net.qihoo.spinner.SpinnerViewFs.initializeProperties(SpinnerViewFs.java:18) at net.qihoo.spinner.SpinnerDistributedFileSystem.initialize(SpinnerDistributedFileSystem.java:47) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2689)...