View timestributed_dropout_error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy | |
from keras.models import Model | |
from keras.layers import Input, Dropout, TimeDistributed | |
batch_size = 10 | |
timesteps = 5 | |
nb_features = 7 | |
dropout = 0.5 | |
input = Input(batch_shape=(batch_size, timesteps, nb_features)) |
View image.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body style="overflow:hidden; margin:0; text-align:center;"> | |
<img src="https://file-examples-com.github.io/uploads/2017/10/file_example_JPG_2500kB.jpg" style="height:100vh; max-width:100%; object-fit: contain;"> | |
</body> | |
</html> |
View graph.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"graph": [], | |
"links": [ | |
{"source": 0, "target": 1}, | |
{"source": 0, "target": 2}, | |
{"source": 0, "target": 3}, | |
{"source": 0, "target": 4}, | |
{"source": 0, "target": 5}, | |
{"source": 0, "target": 6}, | |
{"source": 1, "target": 3}, |
View gsheet_fetcher.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to run: | |
# python gsheet_fetcher.py | |
try: | |
import requests # faster - need to pip install requests | |
get = requests.get | |
req = True | |
except: | |
import urllib.request | |
get = urllib.request.urlopen |
View moodle_block_next_until_answered.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
function onLoadHide() { // Hide the [Next page] button: | |
var d1 = document.getElementsByClassName("que description informationitem notyetanswered")[0]; | |
var d2 = document.getElementsByClassName("que description informationitem answersaved")[0]; | |
if (!d1 && !d2) document.getElementsByClassName("mod_quiz-next-nav btn btn-primary")[0].disabled = true; | |
} | |
function onAnswerShow() { // Show the [Next page] button: | |
document.getElementsByClassName("mod_quiz-next-nav btn btn-primary")[0].disabled = false; |
View deep-painterly-harmonization.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View ldm-txt2im.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View junkie.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View notebook.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View plotting-pi.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer