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
[Last updated on 04/08/2014 ] | |
Kiki's Delivery Service - E** | |
Hungry - Thai | |
Furiosa: A Mad Max Saga - E** | |
Colors of Evil: Red - E | |
Guthlee Ladoo - H* | |
Do Aur Do Pyaar - H** | |
Suncoast - E* | |
Madgaon Express - H* | |
6-5=2 - Kanada |
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
module Resolvers | |
module Mutation | |
class CustomStoryUpload < Base | |
attr_accessor :user, :workspace, :ctx, :temp_file | |
def initialize(inputs, ctx) | |
@ctx = ctx | |
@user = ctx[:current_user] | |
@temp_file = ctx[:file] | |
@workspace = ctx[:workspace] |
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
{ | |
"embeddings": [ | |
{ | |
"tensorName": "My tensor", | |
"tensorShape": [ | |
1000, | |
50 | |
], | |
"tensorPath": "https://raw.githubusercontent.com/.../tensors.tsv", | |
"metadataPath": "https://raw.githubusercontent.com/.../optional.metadata.tsv", |