Roberto Spadim
Roberto Spadim
this one works: self.scale_base = torch.nn.Parameter(torch.FloatTensor(scale_base)).requires_grad_(sb_trainable) without .cuda()
i have a csv file (marketdata) with "date time" + "asset" + "price" and another csv (my trades) file with "date time" + "asset" + "buy/sell" + "volume" + "price"...
associated error: ``` * checking examples ... [19s] ERROR Running examples in 'NNS-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: NNS_part_RCPP...