Benoît Zuber
Benoît Zuber
While running ``` a = nn.Parameter(tensor(-1.,1)) fig = plt.figure() plt.scatter(x[:,0], y, c='orange') with torch.no_grad(): line, = plt.plot(x[:,0], x@a) plt.close() def animate(i): update() with torch.no_grad(): line.set_ydata(x@a) return line, animation.FuncAnimation(fig, animate, np.arange(0,...
Compiler does not find a number of files such as AccountInfo.mqh DealInfo.mqh Trade.mqh and many more I followed instructions and installed mql4-lib as well as mql-zmq.
I have made some transactions and uploaded some files from my computer A. Then I restored my wallet using the passphrase on computer B. On computer B I can see...
Hi, I am running res_gru_net.sh with a Geforce 1080Ti. I got more than one card so I can run the process on a card that is not used for Xorg....
Hi, The 7th code cell in 02_Tomogram_reconstruction.ipynb is triggering an IndexError. It can be fixed by replacing `pixel_spacing = float(p[1].split()[0])*0.1` with `pixel_spacing = float(p[0].split()[0])*0.1`
while training model (6th code cell), an UnkownError is thrown, see [cell output](https://github.com/juglab/cryoCARE_T2T/files/5712185/cell.log). The error message suggests cuDNN failed to initialize. [jupyter notebook output](https://github.com/juglab/cryoCARE_T2T/files/5712199/jupyter.log) in the terminal indeed suggest that...
while training model (6th code cell), an UnkownError is thrown, see [cell output](https://github.com/juglab/cryoCARE_T2T/files/5712185/cell.log). The error message suggests cuDNN failed to initialize. [jupyter notebook output](https://github.com/juglab/cryoCARE_T2T/files/5712199/jupyter.log) in the terminal indeed suggest that...
gctf
Hi again, Next problem : gCTF run is giving this error `Processing done successfully. Average defocus = 2.722 microns CTF Figure of Merrit: 0.251149 Estimated resolution limit by EPA: 0.000000...
### Description Under File menu --> Open Recent, there is a list of empty lines and a line with "Clear Menu". Clicking on any of the empty lines returns an...
This repo is great but it doesn't seem to be maintained anymore. Has anyone forked it and continue to maintain it and to adapt to duolingo api changes?