-
While running the training code:
python -m hourglass.training -c default_config.yaml -v 0
I get an error saying:
no such file or directory: 'default_config.yaml'
How do I resolve this?
-
Hi,
Thanks for your Awesome work. Very interesting
Can you please explain in short how do you run this entire program? I am quite new to Reinforcement learning. I can see there are 2 set of files: O…
-
I tried your code but I am getting the following error, do you have any idea ?
```
runfile('C:/Users/LENOVO/Gate.io/untitled0.py', wdir='C:/Users/LENOVO/Gate.io')
Traceback (most recent call last…
-
I installed the scrips using the suggested commands :
```
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
```
The installation did complete successfully, however on runni…
-
I'm getting the following compilation errors trying to build the book's project code.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on pr…
-
As a basic measure, I think we should have a page that explains how to copy code to the brick and run it in generic terms. Probably using FileZilla or another similar app. We should link to it from Ge…
-
Dear all,
I was trying to test GoogleNet sample code from imagenet examples, but I received this error while
loading the Dag Object in this line of code:
`net = dagnn.DagNN.loadobj(load('imagene…
-
Hi
I am getting KeyError while running the replicate vix code. I have created both yield.csv and options.csv from the source file. But when I run the application, I get KeyError for 'P' ( I guess Put…
-
-
Hi, I noticed that running the script will test all the data for a certain benchmark. How should I change the code so that I can test only a subset of the benchmark, for example, only test 100 instanc…