Skip to content

Instantly share code, notes, and snippets.

View iamstarlee's full-sized avatar
🌈

Xinxin Li iamstarlee

🌈
View GitHub Profile
@iamstarlee
iamstarlee / real numbers multiple
Created November 12, 2018 18:14
Educational Codeforces Round 54 (Rated for Div. 2)
#include<iostream>
#include<cmath>
#include<iomanip>
#include<cstdio>
using namespace std;
int main()
{
int n;
cin>>n;
input: "image"
input_dim: 1
input_dim: 3
input_dim: 1 # This value will be defined at runtime
input_dim: 1 # This value will be defined at runtime
layer {
name: "conv1_1"
type: "Convolution"
bottom: "image"
top: "conv1_1"