Skip to content

Instantly share code, notes, and snippets.

diff --git a/convert.py b/convert.py
new file mode 100644
index 0000000..266347b
--- /dev/null
+++ b/convert.py
@@ -0,0 +1,71 @@
+import os
+import torch
+from models import UgatitSadalinHourglass
+
@ak9250
ak9250 / candles.php
Created June 4, 2017 20:13
TAlib candles
<?php
/**
* Created by PhpStorm.
* User: joeldg
* Date: 4/14/17
* Time: 12:57 PM
*/
namespace App\Util;
/**
@ak9250
ak9250 / wc.php
Created June 4, 2017 20:12
whaleclub php
<?php
namespace App\Bots;
/**
* Class orcaStrategy
* @package App\Strategy
*
* ORCAbot - whaleclub functions
* Use think function below for your stuff
*/
@ak9250
ak9250 / indicators.php
Created June 4, 2017 20:12
indicators
/**
* Created by PhpStorm.
* User: joeldg
* Date: 4/13/17
* Time: 6:26 PM
*/
namespace App\Util;
use App\Util\Util;