From 0dbc5a4eb3221cf0288e969f1d255e90bcdc83e2 Mon Sep 17 00:00:00 2001 From: Zach Kimberg Date: Fri, 3 May 2024 17:48:29 -0700 Subject: [PATCH] [doc] Removes mention of future lab (#3154) --- docs/interactive_tool.md | 15 +-------------- docs/quick_start.md | 2 -- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/docs/interactive_tool.md b/docs/interactive_tool.md index d7d267db710..568c248c2c2 100644 --- a/docs/interactive_tool.md +++ b/docs/interactive_tool.md @@ -73,17 +73,4 @@ No, it’s Java 11, only. Inspired by Spencer Park’s [IJava project](https://github.com/SpencerPark/IJava), we integrated DJL with Jupyter Notebooks. For more information on the simple setup, follow the instructions in [DJL Jupyter notebooks](http://docs.djl.ai/docs/demos/jupyter/index.html#setup). After that, use the Jupyter Notebook freely in your hosted server. You can do all kinds of work, like block building and plotting a graph. -There are [tutorials and instructions](http://docs.djl.ai/docs/demos/jupyter/index.html#djl---jupyter-notebooks) to guide you how you can run training and/or inference with Java. - -## About Future Lab - -Future lab is an incubator for future DJL features. We are trying to create a better toolkit/library for Java Developers -getting close to deep learning. We are looking for contributors/testers to explore our latest features. - -Here is a list of our ongoing projects (keep updating): - -- D2L Java: We are creating a Java implementation for https://d2l.ai book. -- NLP Word Embedding: We are looking for more word embedding portal that can be used to encode/decode. - -If you are interested, please feel free to let us know on Slack or simply file an issue saying you are interested to participate. -We will send bi-weekly updates to you for the feature we are working-in-progress. +There are [tutorials and instructions](http://docs.djl.ai/docs/demos/jupyter/index.html#djl---jupyter-notebooks) to guide you how you can run training and/or inference with Java. \ No newline at end of file diff --git a/docs/quick_start.md b/docs/quick_start.md index b7072a50a59..cbbb52d2c1e 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -18,8 +18,6 @@ You can also view our 1.5 hour long (in 8 x ~10 minute segments) DJL 101 tutoria We developed several interactive toolkits for you to experience DJL. You can start from here to run inference online and download starter template with DJL. -See [DJL Future Labs](interactive_tool.md) - ## Beginner tutorial To get started, we recommend that you follow our short [beginner tutorial](http://docs.djl.ai/docs/demos/jupyter/tutorial/index.html). It takes you through some of the basics of deep learning to create a model, train your model, and run inference using your trained model.