Block or Report
Block or report unsignedrant
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
rlalgorithms-tf2 Public
Packaged deep reinforcement learning algorithms in tensorflow 2.x
-
shields Public
Forked from badges/shields
Concise, consistent, and legible badges in SVG and raster format
JavaScript
-
pyfinance Public
Forked from bsolomon1124/pyfinance
Python package designed for general financial and security returns analysis.
Python 1
-
tensorflow Public
Forked from tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
C++
398 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 13 commits in 4 repositories
Created 10 repositories
- unsignedrant/code-summarization Python
- unsignedrant/commentcode Python
- unsignedrant/rebart Python
- unsignedrant/tsort Python
- unsignedrant/stack Python
- unsignedrant/google-research Jupyter Notebook
- unsignedrant/allrank Python
- unsignedrant/learning2rank Python
- unsignedrant/dlcm Python
- unsignedrant/detext Python
Created an issue in keras-team/keras that received 8 comments
Dense(units=1) output shape is not (batch_size, 1) as expected
Here's a model:
import random
import string import tensorflow as tf
from keras import Input, Model
from keras.layers import Dense, Dropout
from tra…
