View Person.java
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
/** | |
* Autogenerated by Thrift Compiler (0.17.0) | |
* | |
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | |
* @generated | |
*/ | |
package org.apache.anno.test; | |
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"}) | |
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.17.0)", date = "2022-04-19") |
View Dockerfile
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
FROM ubuntu:focal | |
ENV DEBIAN_FRONTEND noninteractive | |
RUN apt-get update -yq && apt-get install -y wget | |
RUN wget https://download.java.net/java/early_access/loom/5/openjdk-19-loom+5-429_linux-x64_bin.tar.gz -O /tmp/openjdk-19-loom+5-429_linux-x64_bin.tar.gz && \ | |
echo 'a3105f590d1e112757ba0293805b242323f72993a377175ed83b32fa233a286a /tmp/openjdk-19-loom+5-429_linux-x64_bin.tar.gz' | sha256sum -c - && \ | |
mkdir -p /opt && \ | |
tar xvf /tmp/openjdk-19-loom+5-429_linux-x64_bin.tar.gz -C /opt |
View Dockerfile
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
FROM ubuntu:bionic | |
RUN apt-get update -y && \ | |
apt-get install -y automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config \ | |
default-jdk | |
WORKDIR /opt/thrift/src | |
# docker run -v $(pwd):/opt/thrift/src --rm -it thrift |
View stacked_lstm_output.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View lstm_output.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View lstm_cell_output.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View fasterrcnn_resnet50_fpn.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View torchvision_AlexNet.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View torchvision_GoogLeNet.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View torchvision_resnet50.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder