buzem
buzem
Hi, I am trying to predict the type of links(edge) between nodes in my graph.There is only two types of edges : positive or negative. I tried to adapt the...
In train_critic(self, x_train, batch_size, using_generator): if using_generator: true_imgs = next(x_train)[0] if true_imgs.shape[0] != batch_size: true_imgs = next(x_train)[0] else: idx = np.random.randint(0, x_train.shape[0], batch_size) true_imgs = x_train[idx]
if n_bars * n_steps_per_bar < x.shape[0]: data_ints.append(x[counter:(counter + (n_bars * n_steps_per_bar)),:])
/content/drive/My Drive/mommy/GDL_code/utils/loaders.py in load_music(data_name, filename, n_bars, n_steps_per_bar) 269 counter += 4 270 --> 271 if n_bars * n_steps_per_bar < x.shape[0]: 272 data_ints.append(x[counter:(counter + (n_bars * n_steps_per_bar)),:]) 273 AttributeError: 'str' object...
So we can listen the results
In 7-2 notebook, why the default epoch is set to 200000?
When running "mididump.py /Users/apple/Desktop/magenta/python-midi" command I am getting this error: script_code = compile(script_text, script_filename, 'exec') File "/Users/apple/anaconda3/envs/magenta/lib/python3.6/site-packages/midi-0.2.3-py3.6.egg/EGG-INFO/scripts/mididump.py", line 9 print "Usage: {0} ".format(sys.argv[0]) How can I solve this problem? Since...
How many minutes/hours does it take to train on Colab GPU?