Am kind of new to mxnet and I wanted to ask if I can execute a command to train my already trained model with a custom dataset. The first time I trained my model is i.e. with only one class ['dog'] then after I trained the model, I want to train it again with a new class of 'cat' so it will be like ['dog', 'cat']. Is this possible? Thanks in advance.
How to train my already trained model with a new class?
109 Views Asked by shaolin30 At
0
There are 0 best solutions below
Related Questions in MXNET
- Using mxnet pre-trained image classification model in R
- Poor performance of mxnet LinearRegressionOutput
- Correctly formatting data for lstm recurrent neural network in R / mxnet
- How bind to names in MXNET mx.io.internal.arrayiter() output?
- mxnet: is there's a way to monitor, in the call back, the learning rate value?
- Error using my own python data iterator in mxnet
- mxnet: how to retrieve the number of example from the DataIter object?
- Mxnet RNN Time Series Prediction
- Recurrent Neural Networks for Panel Data
- Mxnet MNIST training example returns almost constant rmse
- Install error on mxnet
- Running Ptr-Net on MXNet
- The GANs gaussian simulator doesn't converge.
- Errors using onehot_encode incorrect input format?
- I can not start mxnet R for GPU in windows 10
Related Questions in MXNET-GLUON
- Fine-tuning SOTA video models on your own dataset - Sign Language
- Forecast based on gluonts deepstate model is slow when it is run on Linux OS
- Error with MXNET and CUDA in Google Colab: no kernel image is available for execution on the device
- How to train my already trained model with a new class?
- Can't downgrade Numpy version, multiple errors arrive
- Running into a tuple index error while creating a deepVAR model
- Pass image to gradient function for yolo3 from GlounCV model Zoo
- Running GluonCV object detection model on Android
- ERROR: Cannot install gluonts, mxnet, numpy and pandas because these package versions have conflicting dependencies
- MXNet AdamW optimizer
- Mxnet, load data from csv file with pandas and feed to NN models
- Error in training YOLOv3 model with custom dataset using Gluon CV: TBlob.get_with_shape mismatch
- How to train deepAR on multiple time series?
- Unfreeze layers of models on GluonCV
- GluonCV object detection fine-tuning - Select which layers are modified (freeze the rest)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?