-
Platform (like ubuntu 16.04/win10): win10
Python version: 3.6
Source framework with version (like Tensorflow 1.4.1 with GPU): Tensorflow 1.9
Destination framework with version (like CNTK 2.3 …
-
## Context and Problem Statement
In ML projects, we need to track datasets, models and experiments. MLOps is the process of tracking experiments and moving machine learning models into production s…
-
Can you suggest a sample command line to run Coin Game?
I tried running just:
python scripts/run_lola.py --exp_name=CoinGame --no-exact
and it seems to be updating parameters and using up all…
-
class PhysicsInformedNN:
def __init__(self, x, y, t, u, v, layers):
X = np.concatenate([x, y, t], 1)
self.lb = X.min(0)
self.ub = X.max(0)
…
-
I am working on a project for algorithmic trading and Black-Litterman Portfolio optimization with reinforcement learning. Here I am using RLlib for the PPO algorithm and hyperparameter optimization us…
-
Hi, Im quite new to tensorflow. I read your code and notice here:
` with tf.variable_scope('transform_feat') as sc:
weights = tf.get_variable('weights', [256, K*K],
…
-
-
When we detach the matrices from torch or TF and convert to numpy, I think the default converstion is to a float32 np matrix
This has been fixed in PyStateDictFileLayer using
```
if type(weig…
-
I can't find where to put my own image in in this video predictor script below:
https://github.com/lukas/ml-class/blob/master/videos/video-predict/video.ipynb
Can you help me? Also I'm wondering i…
-
Hi, does anybody know how to make use of multiple GPUs for fine-tuning? I have tried to run the pipeline in a computing node with 2 and 3 GPUs available but weights and biases shows that only one is b…