约 335 个结果
在新选项卡中打开链接
  1. iPython notebook - can't unpack .npy data - Edge Impulse

    2020年11月14日 · In Impulse design/NN Classifier there are three little dots at the top, with the two options: Keras (expert) mode, where you can fine tune the model’s code in Python, and edit as iPython notebook. The notebook gets exported without any problem, but there must be some problem with the .npy files generation.

  2. Replacing iPython notebook support (in favor of something better)

    2022年8月16日 · Hi all, Just a heads-up that we’re going to replace the iPython notebook export with an export that gives you a full Python based training pipeline. This will remove the need for us to have two training pipelines (and chances for pipelines to break in two places), will offer support for every model type (incl. things that we don’t do today in iPython notebooks like object …

  3. Transfer learning locally using ipython notebook: error in weight …

    2021年12月28日 · hello louis, Thank you so much for the url. that solved my issue. But Now i’m facing a different issue with the data augmentation.

  4. Jupyter Notebook Sync - Edge Impulse

    2022年1月22日 · Hi Edge Impulse Team, I have seen the Jupyter Notebook option and I can download and open it locally in my pc and it connects to EI. However, I already had to install some libs locally (requests, tensorflow, sklearn), but the autogenerated training code does not seem to work (project 77221). So based on that I have a few questions: i) How do I get the notebook …

  5. Using processing block in a local python script

    2022年5月9日 · Hi, I am trying to train a model locally that I got by exporting the NN Classifier as a IPython Notebook. The first line contained “Download the data - after extracting features through a processing block - so we can train a machine learning model.”.

  6. Keras (import ipython) error - Edge Impulse

    2022年6月8日 · Hi @oussema. If you need to export the iPython notebook, you can replace some functions to bypass the ei_tensorflow package as it is an internal package.

  7. How to download ei_tensorflow.training - Help - Edge Impulse

    2021年6月7日 · Hi! I found that in NN classifier, there is a python packet named"ei_tensorflow.training", how to download it? Thanks!

  8. How to save augmented images for visualization

    2022年1月5日 · I have downloaded the ipython notebook and i want to visualize the data augmentation which is going through. I’m used to ImageDatagenerator() method of augmentation, there will be option to save in a dir in flow() api or flow_from_directory() api. Is there way to save the augmented images using this method? Thanks and Regards, Ramson Jehu K

  9. Using LSTM on accelerometer raw data - Edge Impulse

    2020年12月4日 · Hi, I have been trying to use LSTM network to train on my raw accelerometer data. I made changes to the NN Classifier by changing the shape of train_dataset and validation_dataset from 2D to 3D (LSTM requirement). Then, I added an LSTM layer, a dropout layer, a dense layer and an output layer. I added model.compile and model.fit to train the …

  10. Keras (export) mode error - #7 by aurel - Edge Impulse

    2021年5月10日 · I’ll send you my complete iPython notebook in DM. Aurelien. 1 Like. SunBeenMoon May 12, 2021, 9:14am ...