-
**Round 2 (#1) is complete! Thank you again to all who participated.**
We are pleased to announce the winner of the competition is Giovani Cincilla (@gcincilla; Molomics). A very close second place…
-
Starting this issue for tracking the learning progress of GNN
-
For some application, I need to get gradients for each elements of a sum.
I am aware that this issue has already been raised previously, in various forms ([here](https://discuss.pytorch.org/t/gradien…
-
Batch size is 2048. Getting the training data from the q I see
x_train, y_train = train_q.get()
print('X.. ' + str(x_train.shape) + ' Y.. ' + str(y_train.shape))
X.. (2048, 2980) Y.…
-
First, awesome work, seem the first re-implementation of the paper.
Currently, the result seem a little worse than the vanilla neural style or the result in "perceptual loss" paper. maybe the low tv…
-
Does the Binarize() function use STE?
I haven't seen the STE algorithm in this whole project.
-
## 🚀 Feature
Hi,
I was wondering if we could evaluate PyTorch's performance on Apple's new M1 chip. I'm also wondering how we could possibly optimize Pytorch's capabilities on M1 GPUs/neural engi…
-
There is now a small dataset (1,000 models and outputs) in the github repository.
The first task is to look at using some simple ML technique to approximately predict the output given an input in …
-
1fdfb1c5 trained to 155(834f35fa)
https://www.dropbox.com/s/64lsyjfefrg1zpy/40b_155_328k.gz?dl=0
https://drive.google.com/file/d/1lsL1bLNJ-ck4FAE3wlI1U0mF1V1EjI6U/view?usp=sharing
-
From David John Gagne:
> Replies from Gettelman
Going through the PUMAS code, I’ve found a few more issues that may be affecting both TAU and the emulator. They appear to be fixable if we can get …